Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[samba.git] / source3 / passdb / pass_check.c
index 594983e53bf5886ee1ca16afbdfa49f0d6255137..a57cb2ff06beede78e6bd519940e2384a27223b4 100644 (file)
@@ -24,8 +24,6 @@
 
 #include "includes.h"
 
-extern int DEBUGLEVEL;
-
 /* these are kept here to keep the string_combinations function simple */
 static fstring this_user;
 #if !(defined(WITH_PAM) || defined(KRB4_AUTH) || defined(KRB5_AUTH))
@@ -896,6 +894,3 @@ NTSTATUS pass_check(struct passwd *pass, char *user, char *password,
 
        return NT_STATUS_WRONG_PASSWORD;
 }
-
-
-