X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/c7edb1cca5c2b3f3642034104dcf49656cd8678e..320cb4be5f2fdb07e0a7ceeb22fa18174bfb6516:/unix/uxputty.c diff --git a/unix/uxputty.c b/unix/uxputty.c index 8cd6603f..dcfbd200 100644 --- a/unix/uxputty.c +++ b/unix/uxputty.c @@ -174,6 +174,7 @@ int process_nonoption_arg(char *arg, Config *cfg) /* * Otherwise, treat this argument as a host name. */ + p = arg; while (*p && !isspace((unsigned char)*p)) p++; if (*p)