Overview
SHA1 Hash: | 4dbc8a6dcb4b7b787b72ce78189da8e789231b9d |
---|---|
Date: | 2009-10-04 18:29:47 |
User: | drh |
Comment: | Remember the userid and password used to clone so that subsequent syncs work correctly. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/clone.c from [70ab216ac2] to [42fdc2e08e].
@@ -78,11 +78,11 @@ db_record_repository_filename(g.argv[3]); 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))));" ); url_enable_proxy(0);