| remove unused variable - geomyidae - A small C-based gopherd. | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit e84010e9ac00d6d65a94aecef51e45fc397d9099 | |
| parent fee6caf0858e9c12062f9e89fbdef15305d0b1b4 | |
| Author: Hiltjo Posthuma <[email protected]> | |
| Date: Fri, 8 Apr 2022 18:19:14 +0200 | |
| remove unused variable | |
| Signed-off-by: Christoph Lohmann <[email protected]> | |
| Diffstat: | |
| M main.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/main.c b/main.c | |
| @@ -138,7 +138,7 @@ handlerequest(int sock, char *req, int rlen, char *base, ch… | |
| { | |
| 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; | |