Removing the debugging. - geomyidae - A small C-based gopherd.
(HTM) git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6bd70799dd4b251643bedbc005f7913927524f8c
(DIR) parent c348e5bce9d3bdb4dd064b36feceb5b4dec3f252
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 13 Apr 2013 21:28:27 +0200
Removing the debugging.
Diffstat:
M main.c | 3 ---
1 file changed, 0 insertions(+), 3 deletions(-)
---
(DIR) 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) {