summaryrefslogtreecommitdiffstats
path: root/source/utils
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/utils
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/utils')
-rw-r--r--source/utils/smbgroupedit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/utils/smbgroupedit.c b/source/utils/smbgroupedit.c
index d6b407fcce3..fbf72e9ee6a 100644
--- a/source/utils/smbgroupedit.c
+++ b/source/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':