From e16ca9ef31b139d6d6388b45255807c1cc57c659 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 10 Nov 2005 16:44:06 +0000 Subject: [PATCH] Got rid of a superfluous empty line. --- clientname.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clientname.c b/clientname.c index 270f09f1..f1a77d60 100644 --- a/clientname.c +++ b/clientname.c @@ -321,7 +321,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) { -- 2.34.1