commit c8c0cd126424dfd23ff7df6d60f32e1bb18deff6 parent 1908f14b2d4df2a0530fc4c7ca308220c89871c0 Author: Christoph Lohmann <20h@r-36.net> Date: Sun, 18 Feb 2018 09:36:13 +0100 No rval debug printf needed. Diffstat:
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; }