commit d154c1068b6e353e2e542b92a03d2e753fe7b27d parent a3d640e9dc6c281f9d73406c1abb2804b8fc6b37 Author: Nihal Jere <nihal@nihaljere.xyz> Date: Sun, 3 May 2020 14:49:07 -0500 bind uses host now Diffstat:
M | tlsrp.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tlsrp.c b/tlsrp.c @@ -276,7 +276,7 @@ main(int argc, char* argv[]) tls_config_free(config); - bindfd = dobind(NULL, frontport); + bindfd = dobind(host, frontport); if (listen(bindfd, BACKLOG) == -1) { close(bindfd);