Fossil SCM
Restore variable definitions at the top of the block.
Commit
21f6dc9571321ad2cbfa752cc3a8bc7386d57ae4
Parent
1317331eed64804…
1 file changed
+2
-2
+2
-2
| --- src/xfer.c | ||
| +++ src/xfer.c | ||
| @@ -1472,18 +1472,18 @@ | ||
| 1472 | 1472 | if( syncFlags & SYNC_VERBOSE ){ |
| 1473 | 1473 | fossil_print(zLabelFormat, "", "Bytes", "Cards", "Artifacts", "Deltas"); |
| 1474 | 1474 | } |
| 1475 | 1475 | |
| 1476 | 1476 | while( go ){ |
| 1477 | + int newPhantom = 0; | |
| 1478 | + char *zRandomness; | |
| 1477 | 1479 | db_begin_transaction(); |
| 1478 | 1480 | db_record_repository_filename(0); |
| 1479 | 1481 | db_multi_exec( |
| 1480 | 1482 | "CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);" |
| 1481 | 1483 | ); |
| 1482 | 1484 | manifest_crosslink_begin(); |
| 1483 | - int newPhantom = 0; | |
| 1484 | - char *zRandomness; | |
| 1485 | 1485 | |
| 1486 | 1486 | /* Send make the most recently received cookie. Let the server |
| 1487 | 1487 | ** figure out if this is a cookie that it cares about. |
| 1488 | 1488 | */ |
| 1489 | 1489 | zCookie = db_get("cookie", 0); |
| 1490 | 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 | 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 |