diff options
-rw-r--r-- | source4/param/loadparm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index d65c3f9b16..f31d216e09 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -2552,6 +2552,10 @@ bool lp_load(struct loadparm_context *lp_ctx, const char *filename) bRetval = bRetval && lp_update(lp_ctx); + /* we do this unconditionally, so that it happens even + for a missing smb.conf */ + reload_charcnv(lp_ctx); + return bRetval; } |