Author: stefan2
Date: Sun Dec 18 13:27:52 2011
New Revision: 1220393

URL: http://svn.apache.org/viewvc?rev=1220393&view=rev
Log:
On file_handle_cache branch: 
Fix merge artifact

* subversion/svnserve/main.c
  (main): "-F" parameter shall not fall through to next case

Modified:
    subversion/branches/file-handle-cache/subversion/svnserve/main.c

Modified: subversion/branches/file-handle-cache/subversion/svnserve/main.c
URL: 
http://svn.apache.org/viewvc/subversion/branches/file-handle-cache/subversion/svnserve/main.c?rev=1220393&r1=1220392&r2=1220393&view=diff
==============================================================================
--- subversion/branches/file-handle-cache/subversion/svnserve/main.c (original)
+++ subversion/branches/file-handle-cache/subversion/svnserve/main.c Sun Dec 18 
13:27:52 2011
@@ -620,6 +620,7 @@ int main(int argc, const char *argv[])
 
         case 'F':
           params.open_file_count = apr_strtoi64(arg, NULL, 0);
+          break;
 
 #ifdef WIN32
         case SVNSERVE_OPT_SERVICE:


Reply via email to