]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxplink.c
Handle packets with no type byte by returning SSH_MSG_UNIMPLEMENTED.
[PuTTY.git] / unix / uxplink.c
index 6d402c947385ab184e7d339526ead586e0bc9392..b8c554894002033dcb0e5583fd0285b9223bf11c 100644 (file)
@@ -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;