s3: AllowDebugChange is gone
authorVolker Lendecke <vl@samba.org>
Tue, 28 Dec 2010 16:17:04 +0000 (17:17 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 28 Dec 2010 16:18:14 +0000 (17:18 +0100)
nsswitch/wins.c
source3/client/client.c

index 7a49565f2dde61cd28e8c7413933e852d1b9b33c..d7beed5352688204a7f25768141c6d2256d6eead 100644 (file)
@@ -40,8 +40,6 @@ static pthread_mutex_t wins_nss_mutex = PTHREAD_MUTEX_INITIALIZER;
 
 static int initialised;
 
-extern bool AllowDebugChange;
-
 NSS_STATUS _nss_wins_gethostbyname_r(const char *hostname, struct hostent *he,
                          char *buffer, size_t buflen, int *h_errnop);
 NSS_STATUS _nss_wins_gethostbyname2_r(const char *name, int af, struct hostent *he,
index b3bbcf5cd7d05f2a21053b496169566023de97d2..8486bb271cf589b7d43ab5449f5513af78443ad5 100644 (file)
@@ -36,7 +36,6 @@
 
 extern int do_smb_browse(void); /* mDNS browsing */
 
-extern bool AllowDebugChange;
 extern bool override_logfile;
 extern char tar_type;