| dotls is requires for the last patch. - geomyidae - A small C-based gopherd. | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit 4481c2cbcf4bb258d8f06785528c0387386064ca | |
| parent 91ac958ffd895f773c056c5a5a0301c64e6db50c | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Sun, 15 Nov 2020 13:58:19 +0100 | |
| dotls is requires for the last patch. | |
| Diffstat: | |
| M main.c | 3 ++- | |
| 1 file changed, 2 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/main.c b/main.c | |
| @@ -422,8 +422,9 @@ main(int argc, char *argv[]) | |
| int sock, dofork = 1, inetf = AF_UNSPEC, usechroot = 0, | |
| nocgi = 0, errno_save, nbindips = 0, i, j, | |
| nlfdret, *lfdret, listfd, maxlfd, istls = 0, | |
| + dotls = 0, | |
| #ifdef ENABLE_TLS | |
| - dotls = 0, tlspipe[2], shufbuf[1025], | |
| + tlspipe[2], shufbuf[1025], | |
| shuflen, wlen, shufpos, | |
| #endif /* ENABLE_TLS */ | |
| maxrecv, retl, |