svn commit: samba r23504 - in branches/SAMBA_3_0/source/nsswitch: .
jerry at plainjoe.org
jerry at plainjoe.org
Thu Jun 14 19:32:10 GMT 2007
Author: jerry
Date: 2007-06-14 14:32:10 -0500 (Thu, 14 Jun 2007)
New Revision: 23504
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23504
Log:
Include the group type in the error message from getgrnam_recv()
Modified:
branches/SAMBA_3_0/source/nsswitch/winbindd_group.c
Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_group.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_group.c 2007-06-14 19:31:34 UTC (rev 23503)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_group.c 2007-06-14 19:32:10 UTC (rev 23504)
@@ -654,7 +654,7 @@
}
if ( (type != SID_NAME_DOM_GRP) && (type != SID_NAME_ALIAS) ) {
- DEBUG(5,("getgrnam_recv: not a group!\n"));
+ DEBUG(5,("getgrnam_recv: not a group (%d)!\n", (int)type));
request_error(state);
return;
}
More information about the samba-cvs
mailing list