diff options
author | Volker Lendecke <vl@samba.org> | 2012-04-20 11:04:28 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-04-20 12:44:20 +0200 |
commit | 5ca8422d027cc98cc792b75f35fe897da123fc4b (patch) | |
tree | c732b76fb420eac1162194796be68344e575290e /source3 | |
parent | 31f7a92920d5324b8608cff70e8a40683b78d504 (diff) | |
download | samba-5ca8422d027cc98cc792b75f35fe897da123fc4b.tar.gz samba-5ca8422d027cc98cc792b75f35fe897da123fc4b.tar.bz2 samba-5ca8422d027cc98cc792b75f35fe897da123fc4b.zip |
s3: Remove an unused variable
Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Fri Apr 20 12:44:20 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/passdb/pdb_ldap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 6b911d2915..49f48bd212 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -501,7 +501,6 @@ static bool init_sam_from_ldap(struct ldapsam_privates *ldap_state, kickoff_time, pass_last_set_time, pass_can_change_time, - pass_must_change_time, ldap_entry_time, bad_password_time; char *username = NULL, |