diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-08-14 19:45:58 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-08-14 19:45:58 +0000 |
commit | 42191dd54f2142ebed6dc44e065e23353a820c36 (patch) | |
tree | 6c5aaf8d96b97c375471b58d1fe64e433943592f | |
parent | 1e97d8bee0dc35a9eba92bf59804fbbf675760a2 (diff) |
remove variable definition that was introduced in r1626 but should have been removed in r1714
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1734 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nslcd/myldap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nslcd/myldap.c b/nslcd/myldap.c index e7132b0..5276c84 100644 --- a/nslcd/myldap.c +++ b/nslcd/myldap.c @@ -413,7 +413,6 @@ static int do_sasl_interact(LDAP UNUSED(*ld),unsigned UNUSED(flags),void *defaul static int do_bind(LDAP *ld,const char *binddn,const char *bindpw,const char *uri) { int rc; - char *msg=NULL; #ifdef HAVE_LDAP_SASL_INTERACTIVE_BIND_S #ifndef HAVE_SASL_INTERACT_T struct berval cred; |