Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
apply --numstat -z: line termination fix.
[gitweb.git]
/
daemon.c
diff --git
a/daemon.c
b/daemon.c
index fc3951cf759a602d705b8d7a486294e2ab8f67ee..ad8492873ea1db63d56c24bec6174c4682105433 100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-834,7
+834,7
@@
static int socksetup(char *listen_addr, int listen_port, int **socklist_p)
#else /* NO_IPV6 */
-static int socksetup(char *lisen_addr, int listen_port, int **socklist_p)
+static int socksetup(char *lis
t
en_addr, int listen_port, int **socklist_p)
{
struct sockaddr_in sin;
int sockfd;