commit 6bd70799dd4b251643bedbc005f7913927524f8c
parent c348e5bce9d3bdb4dd064b36feceb5b4dec3f252
Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 13 Apr 2013 21:28:27 +0200
Removing the debugging.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/main.c b/main.c
@@ -403,11 +403,8 @@ main(int argc, char *argv[])
perror("getlistenfd6");
return 1;
}
- if(listfd < 0)
- perror("getlistenfd6");
}
if(v4 && listfd < 0) {
- printf("In v4\n");
hints.ai_family = PF_INET;
listfd = getlistenfd(&hints, bindip, port);
if(listfd < 0) {