Ross_Bob found this last printf. - 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 fd891de55bff0439c95c8eb1008f7055785a3886
(DIR) parent 4d9d7f9471b8629e952d18ec5e59b0c7c009fec6
(HTM) 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:
M main.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) 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) {