X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fuxplink.c;h=b8c554894002033dcb0e5583fd0285b9223bf11c;hb=af1460d6e5044a3344aaacd15c91cfdcb58578e7;hp=6d402c947385ab184e7d339526ead586e0bc9392;hpb=b9cb75e8c5fa84f7837ea1a335381881d2227ca4;p=PuTTY.git diff --git a/unix/uxplink.c b/unix/uxplink.c index 6d402c94..b8c55489 100644 --- a/unix/uxplink.c +++ b/unix/uxplink.c @@ -691,9 +691,9 @@ int main(int argc, char **argv) } else if (!strcmp(p, "-shareexists")) { just_test_share_exists = TRUE; } else if (!strcmp(p, "-fuzznet")) { - conf_set_int(conf, CONF_proxy_type, PROXY_CMD); + conf_set_int(conf, CONF_proxy_type, PROXY_FUZZ); conf_set_str(conf, CONF_proxy_telnet_command, - "cat %host"); + "%host"); } else { fprintf(stderr, "plink: unknown option \"%s\"\n", p); errors = 1;