提交 100690b6 编写于 作者: A Alex Riesen 提交者: Junio C Hamano

fix daemon.c compilation for NO_IPV6=1

Signed-off-by: NAlex Riesen <raa.lkml@gmail.com>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 695dffe2
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册