| No rval debug printf needed. - geomyidae - A small C-based gopherd. | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit c8c0cd126424dfd23ff7df6d60f32e1bb18deff6 | |
| parent 1908f14b2d4df2a0530fc4c7ca308220c89871c0 | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Sun, 18 Feb 2018 09:36:13 +0100 | |
| No rval debug printf needed. | |
| Diffstat: | |
| M ind.c | 4 +--- | |
| 1 file changed, 1 insertion(+), 3 deletions(-) | |
| --- | |
| diff --git a/ind.c b/ind.c | |
| @@ -69,10 +69,8 @@ pendingbytes(int sock) | |
| #endif | |
| #endif | |
| - if (rval != 0) { | |
| - printf("rval = %d\n", rval); | |
| + if (rval != 0) | |
| return 0; | |
| - } | |
| return pending; | |
| } |