svn commit: samba r12546 - in trunk/source/smbd: .

vlendec at samba.org vlendec at samba.org
Wed Dec 28 21:39:18 GMT 2005


Author: vlendec
Date: 2005-12-28 21:39:18 +0000 (Wed, 28 Dec 2005)
New Revision: 12546

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

Log:
Fix a debug message
Modified:
   trunk/source/smbd/share_access.c


Changeset:
Modified: trunk/source/smbd/share_access.c
===================================================================
--- trunk/source/smbd/share_access.c	2005-12-28 21:14:46 UTC (rev 12545)
+++ trunk/source/smbd/share_access.c	2005-12-28 21:39:18 UTC (rev 12546)
@@ -111,7 +111,7 @@
 			if ((type != SID_NAME_DOM_GRP) &&
 			    (type != SID_NAME_ALIAS) &&
 			    (type != SID_NAME_WKN_GRP)) {
-				DEBUG(5, ("%s is a %s, expected a user\n",
+				DEBUG(5, ("%s is a %s, expected a group\n",
 					  name, sid_type_lookup(type)));
 				return False;
 			}



More information about the samba-cvs mailing list