X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b86f0cefa23fff464bb68f53b76523cf8ce26436..972a3619c4ea253671e2fe0897f99af897782e26:/clientserver.c diff --git a/clientserver.c b/clientserver.c index a429b8d9..9e79538e 100644 --- a/clientserver.c +++ b/clientserver.c @@ -34,7 +34,6 @@ int start_socket_client(char *host, char *path, int argc, char *argv[]) char line[MAXPATHLEN]; char *p, *user=NULL; extern int remote_version; - extern int am_client; extern int am_sender; if (*path == '/') { @@ -52,8 +51,6 @@ int start_socket_client(char *host, char *path, int argc, char *argv[]) if (!user) user = getenv("USER"); if (!user) user = getenv("LOGNAME"); - am_client = 1; - fd = open_socket_out(host, rsync_port); if (fd == -1) { exit_cleanup(RERR_SOCKETIO);