remove unused variable - 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 e84010e9ac00d6d65a94aecef51e45fc397d9099
 (DIR) parent fee6caf0858e9c12062f9e89fbdef15305d0b1b4
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  8 Apr 2022 18:19:14 +0200
       
       remove unused variable
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         M main.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       @@ -138,7 +138,7 @@ handlerequest(int sock, char *req, int rlen, char *base, char *ohost,
        {
                struct stat dir;
                char recvc[1025], recvb[1025], path[1025], args[1025], argsc[1025],
       -                *sear, *c, *sep, *pathp, *recvbp;
       +                *sear, *c, *sep, *recvbp;
                int len = 0, fd, i, maxrecv, pathfallthrough = 0;
                filetype *type;