Diff
Not logged in

Differences From:

File src/clone.c part of check-in [7a2c37063a] - merge trunk into creole branch by bob on 2009-09-22 07:49:39. Also file src/clone.c part of check-in [02a584f7f5] - Add the --private option to the "fossil commit" command. This option creates a private branch which is never pushed. by drh on 2009-08-26 18:25:48. [view]

To:

File src/clone.c part of check-in [651c75c5b7] - merge trunk into creole by robert on 2009-10-05 10:08:05. Also file src/clone.c part of check-in [4dbc8a6dcb] - Remember the userid and password used to clone so that subsequent syncs work correctly. by drh on 2009-10-04 18:29:47. [view]

@@ -79,9 +79,9 @@
     db_initial_setup(0, 0);
     user_select();
     db_set("content-schema", CONTENT_SCHEMA, 0);
     db_set("aux-schema", AUX_SCHEMA, 0);
-    db_set("last-sync-url", g.urlCanonical, 0);
+    db_set("last-sync-url", g.argv[2], 0);
     db_multi_exec(
       "REPLACE INTO config(name,value)"
       " VALUES('server-code', lower(hex(randomblob(20))));"
     );