summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 695dffe)
raw | patch | inline | side by side (parent: 695dffe)
author | Alex Riesen <fork0@t-online.de> | |
Thu, 28 Sep 2006 18:48:14 +0000 (20:48 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 29 Sep 2006 01:22:37 +0000 (18:22 -0700) |
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
daemon.c | patch | blob | history |
diff --git a/daemon.c b/daemon.c
index fc3951cf759a602d705b8d7a486294e2ab8f67ee..ad8492873ea1db63d56c24bec6174c4682105433 100644 (file)
--- a/daemon.c
+++ b/daemon.c
#else /* NO_IPV6 */
-static int socksetup(char *lisen_addr, int listen_port, int **socklist_p)
+static int socksetup(char *listen_addr, int listen_port, int **socklist_p)
{
struct sockaddr_in sin;
int sockfd;