Got rid of a superfluous empty line.
authorWayne Davison <wayned@samba.org>
Thu, 10 Nov 2005 16:44:06 +0000 (16:44 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 10 Nov 2005 16:44:06 +0000 (16:44 +0000)
clientname.c

index 270f09f..f1a77d6 100644 (file)
@@ -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) {