summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-03-07 08:16:10 +0000
committerVolker Lendecke <vlendec@samba.org>2004-03-07 08:16:10 +0000
commit6659353bd9d374271b7639eb148e32a8b2905bc9 (patch)
tree1d439d891bfb7f6cf8d2b9e9059ee86b397951f3 /source3/nsswitch/wbinfo.c
parent83d4d424628389f40d637229f0627f500d892355 (diff)
downloadsamba-6659353bd9d374271b7639eb148e32a8b2905bc9.tar.gz
samba-6659353bd9d374271b7639eb148e32a8b2905bc9.tar.bz2
samba-6659353bd9d374271b7639eb148e32a8b2905bc9.zip
This might not be used a lot and might not survive for long, but at least it
should work as expected :-) Fix wb_delgrpmember. Volker (This used to be commit 9fc0025d12d17b0c68956af481a836eebc32e675)
Diffstat (limited to 'source3/nsswitch/wbinfo.c')
-rw-r--r--source3/nsswitch/wbinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c
index 4f6cc4225a..772332ee59 100644
--- a/source3/nsswitch/wbinfo.c
+++ b/source3/nsswitch/wbinfo.c
@@ -1179,7 +1179,7 @@ int main(int argc, char **argv)
break;
case 'O':
if ( !wbinfo_remove_user_from_group(string_arg) ) {
- d_printf("Could not remove user kfrom group\n");
+ d_printf("Could not remove user from group\n");
goto done;
}
break;