summaryrefslogtreecommitdiffstats
path: root/source/python
diff options
context:
space:
mode:
Diffstat (limited to 'source/python')
-rw-r--r--source/python/py_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/python/py_common.c b/source/python/py_common.c
index 66f35759c3d..70d478b9797 100644
--- a/source/python/py_common.c
+++ b/source/python/py_common.c
@@ -47,7 +47,7 @@ void py_samba_init(void)
/* Load configuration file */
- if (!lp_load(dyn_CONFIGFILE, True, False, False))
+ if (!lp_load(dyn_CONFIGFILE, True, False, False, True))
fprintf(stderr, "Can't load %s\n", dyn_CONFIGFILE);
/* Misc other stuff */