| Ross_Bob found this last printf. - geomyidae - A small C-based gopherd. | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit fd891de55bff0439c95c8eb1008f7055785a3886 | |
| parent 4d9d7f9471b8629e952d18ec5e59b0c7c009fec6 | |
| Author: Christoph Lohmann <[email protected]> | |
| 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(-) | |
| --- | |
| 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) { |