]> git.ipfire.org Git - thirdparty/sarg.git/commit
Fix a problem with the attributes passed to ldap_search
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Thu, 3 Feb 2011 14:02:18 +0000 (14:02 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Thu, 3 Feb 2011 14:02:18 +0000 (14:02 +0000)
commit0bfbafc0f561d3ce2147c4e70a01197dac842445
treec0d0d3dacfcf2f230f0e843a37ad115c5424b0a8
parent473d6bd833c975fac74ca587ae00ecfa3e3d4b50
Fix a problem with the attributes passed to ldap_search

The attributes list passed to ldap_search must be terminated by a NULL
pointer. That wasn't the case in sarg and was likely responsible for a
segfault. It should be fixed now.
usertab.c