diff options
author | Wayne Davison <wayned@samba.org> | 2005-11-10 16:44:06 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-11-10 16:44:06 +0000 |
commit | e16ca9ef31b139d6d6388b45255807c1cc57c659 (patch) | |
tree | 4a9993f74d3a4d378205063e11f479da7501524b /clientname.c | |
parent | b2e6caa01edf3a85f6fb1c1a3f02870ae5a4a8e6 (diff) | |
download | rsync-e16ca9ef31b139d6d6388b45255807c1cc57c659.tar.gz rsync-e16ca9ef31b139d6d6388b45255807c1cc57c659.tar.bz2 rsync-e16ca9ef31b139d6d6388b45255807c1cc57c659.zip |
Got rid of a superfluous empty line.
Diffstat (limited to 'clientname.c')
-rw-r--r-- | clientname.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |