summaryrefslogtreecommitdiff
path: root/socket.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-11-10 16:47:52 +0000
committerWayne Davison <wayned@samba.org>2005-11-10 16:47:52 +0000
commit86fc7e6880ed3687db1dbdf50c5271c8185eb45b (patch)
tree030c22c60b9a115976418a058949fb649e5a4d6a /socket.c
parentacee11fc60cc685c1d6889f37d680f4ab214c93d (diff)
downloadrsync-86fc7e6880ed3687db1dbdf50c5271c8185eb45b.tar.gz
Got rid of a superfluous newline.
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/socket.c b/socket.c
index 279b24e2..bc61baeb 100644
--- a/socket.c
+++ b/socket.c
@@ -465,7 +465,6 @@ void start_accept_loop(int port, int (*fn)(int, int))
maxfd = sp[i];
}
-
/* now accept incoming connections - forking a new process
* for each incoming connection */
while (1) {