summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-12-29 13:10:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:59 -0500
commit496b67888202093ad464d05f14eb5633583b2631 (patch)
tree79a398acce880829f7f3a83e87d6a8172a907e73 /source3/nmbd/nmbd.c
parentc8f28c92a7a96e278031b85f04b4671206bf3502 (diff)
downloadsamba-496b67888202093ad464d05f14eb5633583b2631.tar.gz
samba-496b67888202093ad464d05f14eb5633583b2631.tar.bz2
samba-496b67888202093ad464d05f14eb5633583b2631.zip
r12564: Ensure load_case_tables is always done first.
Jeremy. (This used to be commit addb5095292d6b201cc85f6acab5ec8e6f8f4404)
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index 78411d3417..68004bad59 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -669,6 +669,8 @@ static BOOL open_sockets(BOOL isdaemon, int port)
{ NULL }
};
+ load_case_tables();
+
global_nmb_port = NMB_PORT;
pc = poptGetContext("nmbd", argc, argv, long_options, 0);