From 86aa1d20f907babecf36660e16d6181310520764 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 29 Jan 2002 01:01:14 +0000 Subject: Since we have dynamic initialisation in the group mapping code, make init_group_mapping() a static function and don't call it from any client programs. Not sure whether I've made a bigger mess here or not... (This used to be commit 3c887d9021269aaa9fc0bc771af8589077e6208e) --- source3/smbd/server.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/smbd') diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 44002bfc94..4d4c612b52 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -852,11 +852,6 @@ static void usage(char *pname) exit(1); } - if (!init_group_mapping()) { - DEBUG(0,("Could not open tdb mapping file.\n")); - return 0; - } - if (!init_account_policy()) { DEBUG(0,("Could not open account policy tdb.\n")); exit(1); -- cgit