Overview
SHA1 Hash: | f5588c800b85c0f9f2e14ab1cb46931c75690456 |
---|---|
Date: | 2007-08-10 03:52:14 |
User: | drh |
Comment: | Fix a C++-ism in the previous check-in. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/xfer.c from [0184a80d2c] to [60457c7427].
@@ -745,12 +745,12 @@ */ 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 ){ content_put(0, blob_str(&xfer.aToken[1]), 0);