svn commit: samba r6627 - in branches/SAMBA_3_0/source/nsswitch: .

vlendec at samba.org vlendec at samba.org
Fri May 6 10:08:34 GMT 2005


Author: vlendec
Date: 2005-05-06 10:08:34 +0000 (Fri, 06 May 2005)
New Revision: 6627

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

Log:
Fix debug message
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	2005-05-06 08:07:39 UTC (rev 6626)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_group.c	2005-05-06 10:08:34 UTC (rev 6627)
@@ -1071,8 +1071,8 @@
 	}
 
 	if ( domain->primary && lp_winbind_trusted_domains_only()) {
-		DEBUG(7,("winbindd_getpwnam: My domain -- rejecting getgroups() for %s\\%s.\n", 
-			name_domain, name_user));
+		DEBUG(7,("winbindd_getgroups: My domain -- rejecting "
+			 "getgroups() for %s\\%s.\n", name_domain, name_user));
 		return WINBINDD_ERROR;
 	}	
 	



More information about the samba-cvs mailing list