Fossil SCM
Use macro instead of number.
Commit
ccc2bb73668c6c6f424fe7fa8ea5e50da7b51570
Parent
c2a69336fd2db99…
1 file changed
+1
-1
+1
-1
| --- src/xfer.c | ||
| +++ src/xfer.c | ||
| @@ -1912,11 +1912,11 @@ | ||
| 1912 | 1912 | ** information which is only sent on the second round. |
| 1913 | 1913 | */ |
| 1914 | 1914 | if( cloneSeqno<=0 && nCycle>1 ) go = 0; |
| 1915 | 1915 | db_multi_exec("DROP TABLE onremote"); |
| 1916 | 1916 | if( go ){ |
| 1917 | - manifest_crosslink_end(0); | |
| 1917 | + manifest_crosslink_end(MC_NONE); | |
| 1918 | 1918 | }else{ |
| 1919 | 1919 | manifest_crosslink_end(MC_PERMIT_HOOKS); |
| 1920 | 1920 | content_enable_dephantomize(1); |
| 1921 | 1921 | } |
| 1922 | 1922 | db_end_transaction(0); |
| 1923 | 1923 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -1912,11 +1912,11 @@ | |
| 1912 | ** information which is only sent on the second round. |
| 1913 | */ |
| 1914 | if( cloneSeqno<=0 && nCycle>1 ) go = 0; |
| 1915 | db_multi_exec("DROP TABLE onremote"); |
| 1916 | if( go ){ |
| 1917 | manifest_crosslink_end(0); |
| 1918 | }else{ |
| 1919 | manifest_crosslink_end(MC_PERMIT_HOOKS); |
| 1920 | content_enable_dephantomize(1); |
| 1921 | } |
| 1922 | db_end_transaction(0); |
| 1923 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -1912,11 +1912,11 @@ | |
| 1912 | ** information which is only sent on the second round. |
| 1913 | */ |
| 1914 | if( cloneSeqno<=0 && nCycle>1 ) go = 0; |
| 1915 | db_multi_exec("DROP TABLE onremote"); |
| 1916 | if( go ){ |
| 1917 | manifest_crosslink_end(MC_NONE); |
| 1918 | }else{ |
| 1919 | manifest_crosslink_end(MC_PERMIT_HOOKS); |
| 1920 | content_enable_dephantomize(1); |
| 1921 | } |
| 1922 | db_end_transaction(0); |
| 1923 |