summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-08 14:24:22 +0100
committerVolker Lendecke <vl@samba.org>2009-02-10 21:55:13 +0100
commitfdd282afa3e80712790c5bbac84bf4f88644692a (patch)
treed5af72005a6961b38b8c209cf8a5f6d31cf752ab
parente07e964729571410871318e3682710a0692e176e (diff)
downloadsamba-fdd282afa3e80712790c5bbac84bf4f88644692a.tar.gz
samba-fdd282afa3e80712790c5bbac84bf4f88644692a.tar.bz2
samba-fdd282afa3e80712790c5bbac84bf4f88644692a.zip
Remove an unused extern reference
-rw-r--r--source3/smbd/chgpasswd.c2
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],