Diff
Not logged in

Differences From:

File src/xfer.c part of check-in [50150adeec] - More sync fixes: The previous version was not pulling new branches off of the server. This should fix that. by drh on 2007-08-10 03:50:25. [view]

To:

File src/xfer.c part of check-in [f5588c800b] - Fix a C++-ism in the previous check-in. by drh on 2007-08-10 03:52:14. [view]

@@ -746,10 +746,10 @@
       if( xfer.nToken==2
        && blob_eq(&xfer.aToken[0], "leaf")
        && blob_is_uuid(&xfer.aToken[1])
       ){
-        nMsg++;
         int rid = rid_from_uuid(&xfer.aToken[1], 0);
+        nMsg++;
         if( pushFlag && rid ){
           leaf_response(&xfer, rid);
         }
         if( pullFlag && rid==0 ){