svn commit: samba r20759 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sun Jan 14 11:25:43 GMT 2007


Author: vlendec
Date: 2007-01-14 11:25:42 +0000 (Sun, 14 Jan 2007)
New Revision: 20759

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

Log:
Dummy checkin to let the build farm pick up the new smbtorture4
Modified:
   branches/SAMBA_3_0/source/smbd/reply.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/reply.c	2007-01-14 10:38:06 UTC (rev 20758)
+++ branches/SAMBA_3_0/source/smbd/reply.c	2007-01-14 11:25:42 UTC (rev 20759)
@@ -59,7 +59,8 @@
 	while (*s) {
 		if (IS_DIRECTORY_SEP(*s)) {
 			/*
-			 * Safe to assume is not the second part of a mb char as this is handled below.
+			 * Safe to assume is not the second part of a mb char
+			 * as this is handled below.
 			 */
 			/* Eat multiple '/' or '\\' */
 			while (IS_DIRECTORY_SEP(*s)) {



More information about the samba-cvs mailing list