Check for absolute paths by only checking the first character of the module name.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 24 Apr 2003 19:30:16 +0000 (19:30 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 24 Apr 2003 19:30:16 +0000 (19:30 +0000)
commit477f90f95cf710578bbe2798d80b4638d714cbf3
tree8d53d1e1bab596a7f0ae48330939ef7c4a4c3f9d
parent8bfad47114aae1ff1724dc27309e0de18dc333e6
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 9411e3336ebe781da2b418219dd5803fecfc42fe)
source3/lib/module.c