]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Got rid of an unreachable free() call.
authorWayne Davison <wayned@samba.org>
Fri, 28 Jan 2005 21:07:05 +0000 (21:07 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 28 Jan 2005 21:07:05 +0000 (21:07 +0000)
socket.c

index 5d3f00981e2fc70531b7e01e14884b404eb4c827..7dadb26a4c2e333c48496fcf8432d4b218139c77 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -522,7 +522,6 @@ void start_accept_loop(int port, int (*fn)(int, int))
                        close(fd);
                }
        }
-       free(sp);
 }