summaryrefslogtreecommitdiff
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index a1fb90157c..7afad4069b 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -4296,7 +4296,6 @@ void get_private_directory(pstring privdir)
void lp_set_logfile(const char *name)
{
- extern pstring debugf;
string_set(&Globals.szLogFile, name);
pstrcpy(debugf, name);
}