X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4f5b0756df0dfc925b9576db47ecce949c378e18..d051056f921f465c487a85f9fa29a2324332bc4b:/clientname.c diff --git a/clientname.c b/clientname.c index 270f09f1..6d70827c 100644 --- a/clientname.c +++ b/clientname.c @@ -34,7 +34,6 @@ #include "rsync.h" static const char default_name[] = "UNKNOWN"; -extern int am_daemon; extern int am_server; @@ -321,7 +320,6 @@ int check_name(int fd, return error; } - /* Given all these results, we expect that one of them will be * the same as ss. The comparison is a bit complicated. */ for (res = res0; res; res = res->ai_next) {