svn commit: samba r6959 - in branches/SAMBA_3_0/source/web: .

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


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

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

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

deryck

Modified:
   branches/SAMBA_3_0/source/web/swat.c


Changeset:
Modified: branches/SAMBA_3_0/source/web/swat.c
===================================================================
--- branches/SAMBA_3_0/source/web/swat.c	2005-05-24 17:33:47 UTC (rev 6958)
+++ branches/SAMBA_3_0/source/web/swat.c	2005-05-24 17:37:04 UTC (rev 6959)
@@ -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