summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-01-29 01:01:14 +0000
committerTim Potter <tpot@samba.org>2002-01-29 01:01:14 +0000
commit86aa1d20f907babecf36660e16d6181310520764 (patch)
tree718e2c129b7a78b7c798aaf6d2ca360d08788506 /source3/smbd
parent37096aa2295fbc3d6d46a3de8ddd16007dade351 (diff)
downloadsamba-86aa1d20f907babecf36660e16d6181310520764.tar.gz
samba-86aa1d20f907babecf36660e16d6181310520764.tar.bz2
samba-86aa1d20f907babecf36660e16d6181310520764.zip
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)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/server.c5
1 files changed, 0 insertions, 5 deletions
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);