svn commit: samba r6960 - in trunk/source/web: .

deryck at samba.org deryck at samba.org
Tue May 24 17:37:31 GMT 2005


Author: deryck
Date: 2005-05-24 17:37:28 +0000 (Tue, 24 May 2005)
New Revision: 6960

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

Log:
Meant to fix this before commiting, just to be consistent.

deryck

Modified:
   trunk/source/web/swat.c


Changeset:
Modified: trunk/source/web/swat.c
===================================================================
--- trunk/source/web/swat.c	2005-05-24 17:37:04 UTC (rev 6959)
+++ trunk/source/web/swat.c	2005-05-24 17:37:28 UTC (rev 6960)
@@ -87,7 +87,7 @@
 	while (*str) {
 		if ( *str == '\"' && (newstring_len - PTR_DIFF(p, newstring) - 1) > quote_len ) {
 			strncpy( p, """, quote_len); 
-			p += 6;
+			p += quote_len;
 		} else {
 			*p++ = *str;
 		}



More information about the samba-cvs mailing list