initialize acct_ctrl variable before it is used
authorHerb Lewis <herb@samba.org>
Wed, 15 Jan 2003 16:41:29 +0000 (16:41 +0000)
committerHerb Lewis <herb@samba.org>
Wed, 15 Jan 2003 16:41:29 +0000 (16:41 +0000)
commit6999ff1d484ea8f1957b3479b24ec3fea228fdd0
treeee9998b4d17c9e740625815429b0c744e2dc5ae1
parente4819ee88bfcdd90845bcbfbe8912afcb1095367
initialize acct_ctrl variable before it is used
remove ldap_msgfree(result); as result is unitialized at this point
(This used to be commit 1102a6f8cdf295d564df5447a223b354be72895d)
source3/passdb/pdb_ldap.c