summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbwrapper')
-rw-r--r--source3/smbwrapper/smbsh.c1
-rw-r--r--source3/smbwrapper/smbw.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbwrapper/smbsh.c b/source3/smbwrapper/smbsh.c
index ce54400488..1a38b0dea8 100644
--- a/source3/smbwrapper/smbsh.c
+++ b/source3/smbwrapper/smbsh.c
@@ -42,7 +42,6 @@ int main(int argc, char *argv[])
int opt;
extern char *optarg;
extern int optind;
- extern XFILE *dbf;
dbf = x_stdout;
smbw_setup_shared();
diff --git a/source3/smbwrapper/smbw.c b/source3/smbwrapper/smbw.c
index 74a931587d..38dd3c02c8 100644
--- a/source3/smbwrapper/smbw.c
+++ b/source3/smbwrapper/smbw.c
@@ -47,7 +47,6 @@ void smbw_init(void)
extern BOOL in_client;
static int initialised;
static pstring servicesf = CONFIGFILE;
- extern XFILE *dbf;
char *p;
int eno;
pstring line;