X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/98355b80864de1c52ffbdcf6855dabaa8a84b4a9..1707e0f9e2185d58a62ea02dea097ef6f1f92300:/socket.c diff --git a/socket.c b/socket.c index 57d895d8..dc9c4441 100644 --- a/socket.c +++ b/socket.c @@ -155,7 +155,6 @@ int open_socket_out(char *host, int port, const char *bind_address, int type = SOCK_STREAM; int error; int s; - int result; struct addrinfo hints, *res0, *res; char portbuf[10]; char *h;