From fdd282afa3e80712790c5bbac84bf4f88644692a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Feb 2009 14:24:22 +0100 Subject: Remove an unused extern reference --- source3/smbd/chgpasswd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/smbd') 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], -- cgit