X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/51f289d1e66335a90ddea70c0b16699a659ad2b4..7c583c73160714a2f61034515adb1a4a32f9d818:/socket.c diff --git a/socket.c b/socket.c index 58d3dde3..0ad8a169 100644 --- a/socket.c +++ b/socket.c @@ -298,6 +298,7 @@ static int open_socket_in(int type, int port, const char *bind_address, case EPROTONOSUPPORT: case EAFNOSUPPORT: case EPFNOSUPPORT: + case EINVAL: /* See if there's another address that will work... */ continue; }