X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=psftp.c;h=250a5fcc2f8e72c4b7afc9f4a139ed0182869d44;hb=382ffaf0262c8b552cf5bd32dbf922ceacbf921d;hp=6b7ff1d1a34813b4f536d06da25b3f31d695baca;hpb=6608016fc28d97e9fd5f53cfc671f9e7ccafd8ce;p=PuTTY.git diff --git a/psftp.c b/psftp.c index 6b7ff1d1..250a5fcc 100644 --- a/psftp.c +++ b/psftp.c @@ -1820,7 +1820,7 @@ int main(int argc, char *argv[]) back = &ssh_backend; - err = back->init(cfg.host, cfg.port, &realhost); + err = back->init(cfg.host, cfg.port, &realhost, 0); if (err != NULL) { fprintf(stderr, "ssh_init: %s", err); return 1;