diff options
Diffstat (limited to 'source3/lib/util_sock.c')
-rw-r--r-- | source3/lib/util_sock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index e1f291386ec..5979cd8b5a2 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -28,8 +28,6 @@ extern SSL *ssl; extern int sslFd; #endif /* WITH_SSL */ -extern int DEBUGLEVEL; - /* the last IP received from */ struct in_addr lastip; @@ -1243,4 +1241,3 @@ int sock_exec(const char *prog) close(fd[1]); return fd[0]; } - |