From 608aa3f41e2667f8812980c5abb459a031fd382c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 28 Dec 2005 21:10:11 +0000 Subject: r12544: Fix segfaults in winbind, smbpasswd and net (This used to be commit 9ca8edc26e66887d6333943bc6a9776352c657fc) --- source3/utils/net.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils/net.c') diff --git a/source3/utils/net.c b/source3/utils/net.c index 4d9dec4b85..839f6f1b01 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -781,6 +781,8 @@ static struct functable net_func[] = { zero_ip(&opt_dest_ip); + load_case_tables(); + /* set default debug level to 0 regardless of what smb.conf sets */ DEBUGLEVEL_CLASS[DBGC_ALL] = 0; dbf = x_stderr; -- cgit