Fossil SCM
Minor correction in comment. No change in functionality.
Commit
4fdc41bd05192bb4eb08239c2f2cc3dad649e91dd649189ee3ceb658ac0023e3
Parent
5bb6d2618760284…
1 file changed
+2
-2
+2
-2
| --- src/xfer.c | ||
| +++ src/xfer.c | ||
| @@ -2837,12 +2837,12 @@ | ||
| 2837 | 2837 | } |
| 2838 | 2838 | nUncRcvd += blob_size(&recv); |
| 2839 | 2839 | blob_reset(&recv); |
| 2840 | 2840 | nCycle++; |
| 2841 | 2841 | |
| 2842 | - /* Record the current cloneSeqno in the event that clone fails to enable | |
| 2843 | - ** the ability to resume from this same point in clone. */ | |
| 2842 | + /* Record the current cloneSeqno in the event that clone fails. This | |
| 2843 | + ** enables the ability to resume from this same point in clone. */ | |
| 2844 | 2844 | if( (syncFlags & SYNC_CLONE)!=0 ){ |
| 2845 | 2845 | db_set_int("aux-clone-seqno", cloneSeqno, 0); |
| 2846 | 2846 | } |
| 2847 | 2847 | /* Set go to 1 if we need to continue the sync/push/pull/clone for |
| 2848 | 2848 | ** another round. Set go to 0 if it is time to quit. */ |
| 2849 | 2849 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -2837,12 +2837,12 @@ | |
| 2837 | } |
| 2838 | nUncRcvd += blob_size(&recv); |
| 2839 | blob_reset(&recv); |
| 2840 | nCycle++; |
| 2841 | |
| 2842 | /* Record the current cloneSeqno in the event that clone fails to enable |
| 2843 | ** the ability to resume from this same point in clone. */ |
| 2844 | if( (syncFlags & SYNC_CLONE)!=0 ){ |
| 2845 | db_set_int("aux-clone-seqno", cloneSeqno, 0); |
| 2846 | } |
| 2847 | /* Set go to 1 if we need to continue the sync/push/pull/clone for |
| 2848 | ** another round. Set go to 0 if it is time to quit. */ |
| 2849 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -2837,12 +2837,12 @@ | |
| 2837 | } |
| 2838 | nUncRcvd += blob_size(&recv); |
| 2839 | blob_reset(&recv); |
| 2840 | nCycle++; |
| 2841 | |
| 2842 | /* Record the current cloneSeqno in the event that clone fails. This |
| 2843 | ** enables the ability to resume from this same point in clone. */ |
| 2844 | if( (syncFlags & SYNC_CLONE)!=0 ){ |
| 2845 | db_set_int("aux-clone-seqno", cloneSeqno, 0); |
| 2846 | } |
| 2847 | /* Set go to 1 if we need to continue the sync/push/pull/clone for |
| 2848 | ** another round. Set go to 0 if it is time to quit. */ |
| 2849 |