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/utils/smbgroupedit.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/utils/smbgroupedit.c') 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': -- cgit