summaryrefslogtreecommitdiff
path: root/source3/utils/smbgroupedit.c
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/utils/smbgroupedit.c
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/utils/smbgroupedit.c')
-rw-r--r--source3/utils/smbgroupedit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/utils/smbgroupedit.c b/source3/utils/smbgroupedit.c
index d6b407fcce..fbf72e9ee6 100644
--- a/source3/utils/smbgroupedit.c
+++ b/source3/utils/smbgroupedit.c
@@ -255,11 +255,6 @@ int main (int argc, char **argv)
return 0;
}
- if (init_group_mapping()==False) {
- printf("Could not open tdb mapping file.\n");
- return 0;
- }
-
while ((ch = getopt(argc, argv, "a:c:d:ln:p:st:u:vx:")) != EOF) {
switch(ch) {
case 'a':