summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-03-07 08:17:09 +0000
committerVolker Lendecke <vlendec@samba.org>2004-03-07 08:17:09 +0000
commitc1e4d37bdddb79e94b65890279bf13b53aacc36d (patch)
treef391b614d5d3d7818e292ef2239b0dc5f737be0a /source3/nsswitch/wbinfo.c
parent420a55949dd70d334b54583efde189ac23ca77fb (diff)
downloadsamba-c1e4d37bdddb79e94b65890279bf13b53aacc36d.tar.gz
samba-c1e4d37bdddb79e94b65890279bf13b53aacc36d.tar.bz2
samba-c1e4d37bdddb79e94b65890279bf13b53aacc36d.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 2a2b4a159a973678b7279a8d91060c7c27aa22e8)
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;