summaryrefslogtreecommitdiff
path: root/source3/rpc_client/ntclienttrust.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpc_client/ntclienttrust.c')
-rw-r--r--source3/rpc_client/ntclienttrust.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/rpc_client/ntclienttrust.c b/source3/rpc_client/ntclienttrust.c
index 9e1bcf2261..d17eeeb952 100644
--- a/source3/rpc_client/ntclienttrust.c
+++ b/source3/rpc_client/ntclienttrust.c
@@ -26,8 +26,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
-
/************************************************************************
check workstation trust account status
@@ -162,5 +160,3 @@ BOOL trust_account_check(struct in_addr dest_ip, char *dest_host,
cli_shutdown(&cli_trust);
return right_error_code;
}
-
-