commit b54cf16cabdb38610da974759ce274be20e480f0 parent 770d313bfd0e4c3ca2e46e8925be0e4a576a359e Author: Christoph Lohmann <20h@r-36.net> Date: Sun, 27 Feb 2011 15:18:29 +0100 That return value should only be positive. Diffstat:
main.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
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);