Check for absolute paths by only checking the first character of the module name.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 24 Apr 2003 19:47:37 +0000 (19:47 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 24 Apr 2003 19:47:37 +0000 (19:47 +0000)
commitc7a6388e7ebd8ed1957b6157157a559bbb6814c0
tree65e860406b274e4288bdb1796c0b32f6a52bae59
parentf870072e5c6f0224ea7994387582373645c5ed86
Check for absolute paths by only checking the first character of the module name.
Don't use strchr_m, which caused race conditions.
(This used to be commit 69ec6be90f889686641b997d3d5cd616e1d0db6d)
source3/lib/module.c