Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[tprouty/samba.git] / source / smbd / auth_smbpasswd.c
index 835ade739fd58a4593a59c663dd1f4031c1ebf71..da223368b8f40a60024bc3b8f1a867e145832499 100644 (file)
@@ -23,8 +23,6 @@
 
 #include "includes.h"
 
-extern int DEBUGLEVEL;
-
 /****************************************************************************
 core of smb password checking routine.
 ****************************************************************************/
@@ -319,6 +317,3 @@ NTSTATUS check_smbpasswd_security(const auth_usersupplied_info *user_info, auth_
        pdb_free_sam(&sampass);
        return nt_status;
 }
-
-
-