Skip to content

Commit

Permalink
fix daemon.c compilation for NO_IPV6=1
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Alex Riesen authored and Junio C Hamano committed Sep 29, 2006
1 parent 695dffe commit 100690b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 *listen_addr, int listen_port, int **socklist_p)
{
struct sockaddr_in sin;
int sockfd;
Expand Down

0 comments on commit 100690b

Please sign in to comment.