Change wifi to wlen. - 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 c70b510eb6ff2a91583e8dcd819af3fb7667bfa7
 (DIR) parent 2216fbb8379f18495fa965043ac4fe2b24fe2f89
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 12 Aug 2023 19:17:08 +0200
       
       Change wifi to wlen.
       
       Diffstat:
         M main.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       @@ -1136,7 +1136,7 @@ read_selector_again:
                                                                                shuflen-shufpos);
                                                                        if (wlen == TLS_WANT_POLLIN
                                                                                || wlen == TLS_WANT_POLLOUT) {
       -                                                                        wifi = 0;
       +                                                                        wlen = 0;
                                                                                continue;
                                                                        }
                                                                        if (wlen < 0) {