diff options
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index d883c0a5568..c7e72de5530 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -819,7 +819,7 @@ static bool open_sockets(bool isdaemon, int port) setup_logging(argv[0], DEBUG_DEFAULT_STDOUT); - load_case_tables(); + smb_init_locale(); global_nmb_port = NMB_PORT; |