Signed-off-by: Alex Riesen <raa.lkml@xxxxxxxxx> --- Just a typo. diff --git a/daemon.c b/daemon.c index fc3951c..ad84928 100644 --- a/daemon.c +++ b/daemon.c @@ -834,7 +834,7 @@ #endif #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; - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html