--- options.c 30 Jun 2006 15:52:52 -0000 1.348 +++ options.c 18 Sep 2006 01:10:49 -0000 @@ -1811,7 +1811,6 @@ char *check_for_hostspec(char *s, char * } if (*s == '[' && (p = strchr(s, ']')) != NULL && p[1] == ':') { - s++; *p = '\0'; not_host = strchr(s, '/') || !strchr(s, ':'); *p = ']';