[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Syntax error in r11735 - branches/svnserve-ssl/subversion/svnserve

From: Sigfred Håversen <bsdlist_at_mumak.com>
Date: 2004-11-03 23:52:34 CET

The commit r11735 removes a "{" by accident. The following patch will
fix that.

/Sigfred

* subversion/svnserve/serve.c
  (serve): Add an accidentally removed "{".

Index: subversion/svnserve/serve.c
===================================================================
--- subversion/svnserve/serve.c (revision 11743)
+++ subversion/svnserve/serve.c (working copy)
@@ -1385,6 +1385,7 @@
 
       if (params->ssl_layer
           && svn_ra_svn_has_capability(conn, SVN_RA_SVN_CAP_SSL))
+ {
           /* Flush write buffer before SSL handshake. */
           svn_ra_svn_flush(conn, pool);
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 3 23:52:50 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.