No rval debug printf needed. - 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 c8c0cd126424dfd23ff7df6d60f32e1bb18deff6
 (DIR) parent 1908f14b2d4df2a0530fc4c7ca308220c89871c0
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       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(-)
       ---
 (DIR) 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;
        }