svn commit: samba r23503 - in branches/SAMBA_3_0_26/source/nsswitch: .

jerry at plainjoe.org jerry at plainjoe.org
Thu Jun 14 19:31:34 GMT 2007


Author: jerry
Date: 2007-06-14 14:31:34 -0500 (Thu, 14 Jun 2007)
New Revision: 23503

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23503

Log:
Include the group type in the error message from getgrnam_recv()

Modified:
   branches/SAMBA_3_0_26/source/nsswitch/winbindd_group.c


Changeset:
Modified: branches/SAMBA_3_0_26/source/nsswitch/winbindd_group.c
===================================================================
--- branches/SAMBA_3_0_26/source/nsswitch/winbindd_group.c	2007-06-14 18:48:51 UTC (rev 23502)
+++ branches/SAMBA_3_0_26/source/nsswitch/winbindd_group.c	2007-06-14 19:31:34 UTC (rev 23503)
@@ -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