From 28d997a89056f144de6a7b95af0e54a044c5e5b3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 28 Dec 2010 17:17:04 +0100 Subject: s3: AllowDebugChange is gone --- nsswitch/wins.c | 2 -- source3/client/client.c | 1 - 2 files changed, 3 deletions(-) diff --git a/nsswitch/wins.c b/nsswitch/wins.c index 7a49565f2d..d7beed5352 100644 --- a/nsswitch/wins.c +++ b/nsswitch/wins.c @@ -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, diff --git a/source3/client/client.c b/source3/client/client.c index b3bbcf5cd7..8486bb271c 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -36,7 +36,6 @@ extern int do_smb_browse(void); /* mDNS browsing */ -extern bool AllowDebugChange; extern bool override_logfile; extern char tar_type; -- cgit