Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',
authorJeremy Allison <jra@samba.org>
Sat, 26 Jul 2003 01:21:06 +0000 (01:21 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 26 Jul 2003 01:21:06 +0000 (01:21 +0000)
commit2eac65ebe7147b36a34e0ca1c3f455f559ab0361
tree0957538b246e5ebbb4b8ef38f94289c2a07d7dfc
parent79e0bf829875fc985f1940dc31ee418aad910ed6
Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',
not lp_adduser_script() != NULL.
Jeremy.
source/auth/auth_util.c