smbclient: Remove unused reference to extern override_logfile
authorChristof Schmitt <cs@samba.org>
Fri, 11 Sep 2020 17:22:10 +0000 (10:22 -0700)
committerVolker Lendecke <vl@samba.org>
Sat, 12 Sep 2020 07:53:56 +0000 (07:53 +0000)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Sat Sep 12 07:53:56 UTC 2020 on sn-devel-184

source3/client/client.c

index 3d467498920fa540dbf84bdfe5f0dcf08761b387..4b3ac1955e6d63bfdf7b3976c4b4e31a4ce2a4b6 100644 (file)
@@ -48,8 +48,6 @@
 
 extern int do_smb_browse(void); /* mDNS browsing */
 
-extern bool override_logfile;
-
 static int port = 0;
 static char *service;
 static char *desthost;