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)
commit0c4358889e53187a6b839c8a66a5333df5580769
tree3cbbf08bba7f93ab033ba1511ffee0ce3fe9db11
parent559439e1f4d3ba3444213cbf64a1ede5f9d51906
Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',
not lp_adduser_script() != NULL.
Jeremy.
(This used to be commit 2eac65ebe7147b36a34e0ca1c3f455f559ab0361)
source3/auth/auth_util.c