Author: breser
Revision: 1571457
Modified property: svn:log

Modified: svn:log at Mon Feb 24 21:50:09 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Feb 24 21:50:09 2014
@@ -1,7 +1,7 @@
 Followup to r1570890.  Initialize err variable.
 
-If connection->conn is true and connection->baton->repository->repos is NULL,
-then err will be uninitialized.  Found via clang warning.
+If connection->conn is true and connection->baton->repository->repos is not
+NULL, then err will be uninitialized.  Found via clang warning.
 
 * subversion/svnserve/serve.c
   (serve_interruptable): initialize err.

Reply via email to