That return value should only be positive. - 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 b54cf16cabdb38610da974759ce274be20e480f0
(DIR) parent 770d313bfd0e4c3ca2e46e8925be0e4a576a359e
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 27 Feb 2011 15:18:29 +0100
That return value should only be positive.
Diffstat:
M main.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/main.c b/main.c
@@ -390,6 +390,7 @@ main(int argc, char *argv[])
case 0:
handlerequest(sock, base, ohost, sport, clienth,
clientp);
+ return 0;
default:
wait(&opt);
close(sock);