geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit fd891de55bff0439c95c8eb1008f7055785a3886
parent 4d9d7f9471b8629e952d18ec5e59b0c7c009fec6
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon, 12 Nov 2018 22:11:32 +0100

Ross_Bob found this last printf.

Sorry, it was a happy accident!

Diffstat:
main.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -652,7 +652,6 @@ main(int argc, char *argv[]) continue; cltlen = sizeof(clt); - printf("accept on %d\n", listfd); sock = accept(listfd, (struct sockaddr *)&clt, &cltlen); if (sock < 0) { switch (errno) {