summaryrefslogtreecommitdiffstats
path: root/source/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
commit3c887d9021269aaa9fc0bc771af8589077e6208e (patch)
tree4e11c01c078eef054eea0c693ee8fbfde051bc58 /source/smbd
parent7235a21ca4f558fbea7e156e891683767dc2cda1 (diff)
downloadsamba-3c887d9021269aaa9fc0bc771af8589077e6208e.tar.gz
samba-3c887d9021269aaa9fc0bc771af8589077e6208e.tar.xz
samba-3c887d9021269aaa9fc0bc771af8589077e6208e.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...
Diffstat (limited to 'source/smbd')
-rw-r--r--source/smbd/server.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c
index 44002bfc94d..4d4c612b521 100644
--- a/source/smbd/server.c
+++ b/source/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);