Diff
Not logged in

Differences From:

File src/sync.c part of check-in [4e683ef07b] - Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. by drh on 2008-05-05 17:24:38. [view]

To:

File src/sync.c part of check-in [f652599003] - Add the --proxy command-line option that can be used to enable or disable an http proxy on a case by case basis. by drh on 2008-05-06 12:24:22. [view]

@@ -72,8 +72,9 @@
 ** most recently synced URL.  Remember the current URL for next time.
 */
 static void process_sync_args(void){
   const char *zUrl = 0;
+  url_proxy_options();
   db_find_and_open_repository(1);
   if( g.argc==2 ){
     zUrl = db_get("last-sync-url", 0);
   }else if( g.argc==3 ){