diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-08 14:24:22 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-10 21:55:13 +0100 |
commit | fdd282afa3e80712790c5bbac84bf4f88644692a (patch) | |
tree | d5af72005a6961b38b8c209cf8a5f6d31cf752ab /source3 | |
parent | e07e964729571410871318e3682710a0692e176e (diff) | |
download | samba-fdd282afa3e80712790c5bbac84bf4f88644692a.tar.gz samba-fdd282afa3e80712790c5bbac84bf4f88644692a.tar.bz2 samba-fdd282afa3e80712790c5bbac84bf4f88644692a.zip |
Remove an unused extern reference
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/chgpasswd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c index 78bace7e92..ccab71c0a2 100644 --- a/source3/smbd/chgpasswd.c +++ b/source3/smbd/chgpasswd.c @@ -47,8 +47,6 @@ #include "includes.h" -extern struct passdb_ops pdb_ops; - static NTSTATUS check_oem_password(const char *user, uchar password_encrypted_with_lm_hash[516], const uchar old_lm_hash_encrypted[16], |