Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[samba.git] / source3 / smbd / auth_rhosts.c
index e319d8d5f81906fa0aabb8ca5c0b01d37a94b16a..cd1bf57f8659097a1920b54899a78e6b860e4ba8 100644 (file)
@@ -21,9 +21,6 @@
 
 #include "includes.h"
 
-extern int DEBUGLEVEL;
-
-
 /****************************************************************************
  Read the a hosts.equiv or .rhosts file and check if it
  allows this user from this machine.
@@ -181,6 +178,3 @@ NTSTATUS check_rhosts_security(const auth_usersupplied_info *user_info,
 
        return nt_status;
 }
-
-
-