Fossil SCM

Restore variable definitions at the top of the block.

andybradford 2014-05-05 04:50 UTC per-round-trip-commit
Commit 21f6dc9571321ad2cbfa752cc3a8bc7386d57ae4
1 file changed +2 -2
+2 -2
--- src/xfer.c
+++ src/xfer.c
@@ -1472,18 +1472,18 @@
14721472
if( syncFlags & SYNC_VERBOSE ){
14731473
fossil_print(zLabelFormat, "", "Bytes", "Cards", "Artifacts", "Deltas");
14741474
}
14751475
14761476
while( go ){
1477
+ int newPhantom = 0;
1478
+ char *zRandomness;
14771479
db_begin_transaction();
14781480
db_record_repository_filename(0);
14791481
db_multi_exec(
14801482
"CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);"
14811483
);
14821484
manifest_crosslink_begin();
1483
- int newPhantom = 0;
1484
- char *zRandomness;
14851485
14861486
/* Send make the most recently received cookie. Let the server
14871487
** figure out if this is a cookie that it cares about.
14881488
*/
14891489
zCookie = db_get("cookie", 0);
14901490
--- src/xfer.c
+++ src/xfer.c
@@ -1472,18 +1472,18 @@
1472 if( syncFlags & SYNC_VERBOSE ){
1473 fossil_print(zLabelFormat, "", "Bytes", "Cards", "Artifacts", "Deltas");
1474 }
1475
1476 while( go ){
 
 
1477 db_begin_transaction();
1478 db_record_repository_filename(0);
1479 db_multi_exec(
1480 "CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);"
1481 );
1482 manifest_crosslink_begin();
1483 int newPhantom = 0;
1484 char *zRandomness;
1485
1486 /* Send make the most recently received cookie. Let the server
1487 ** figure out if this is a cookie that it cares about.
1488 */
1489 zCookie = db_get("cookie", 0);
1490
--- src/xfer.c
+++ src/xfer.c
@@ -1472,18 +1472,18 @@
1472 if( syncFlags & SYNC_VERBOSE ){
1473 fossil_print(zLabelFormat, "", "Bytes", "Cards", "Artifacts", "Deltas");
1474 }
1475
1476 while( go ){
1477 int newPhantom = 0;
1478 char *zRandomness;
1479 db_begin_transaction();
1480 db_record_repository_filename(0);
1481 db_multi_exec(
1482 "CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);"
1483 );
1484 manifest_crosslink_begin();
 
 
1485
1486 /* Send make the most recently received cookie. Let the server
1487 ** figure out if this is a cookie that it cares about.
1488 */
1489 zCookie = db_get("cookie", 0);
1490

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button