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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index c03e1025b1..64e5908b19 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -92,7 +92,7 @@ pstring global_scope = "";
#define VALID(i) iSERVICE(i).valid
int keepalive = DEFAULT_KEEPALIVE;
-extern BOOL use_getwd_cache;
+BOOL use_getwd_cache;
extern int extra_time_offset;