X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e0930845ce339fc51f607ba19bc40a8685118b91..2dc7b8bd0e8d4a2d91334b9bb458df146b1700e8:/socket.c diff --git a/socket.c b/socket.c index dd7428e2..fd8b1b2e 100644 --- a/socket.c +++ b/socket.c @@ -95,7 +95,7 @@ static int establish_proxy_connection(int fd, char *host, int port, buffer); return -1; } - for (cp = &buffer[5]; isdigit(*(uchar*)cp) || *cp == '.'; cp++) {} + for (cp = &buffer[5]; isDigit(cp) || *cp == '.'; cp++) {} while (*cp == ' ') cp++; if (*cp != '2') {