Diff
Not logged in

Differences From Artifact [b9eda7d7c0]:

To Artifact [41feb659f1]:


457
458
459
460
461
462
463

464
465
466
467
468
469
470
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471







+







        fossil_fatal("no server specified");
      }
      zPw = db_get("last-sync-pw", 0);
    }
    url_parse(zServer);
    if( g.urlPasswd==0 && zPw ) g.urlPasswd = mprintf("%s", zPw);
    user_select();
    url_enable_proxy("via proxy: ");
    if( strncmp(zMethod, "push", n)==0 ){
      client_sync(0,0,0,0,mask);
    }else{
      client_sync(0,0,0,mask,0);
    }
  }else
  if( strncmp(zMethod, "reset", n)==0 ){