mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed typo
SVN revision: 2064
This commit is contained in:
parent
101df3e243
commit
aae71b8afb
@ -27085,7 +27085,7 @@ void server_loop(void)
|
||||
}
|
||||
_ssl_flag = 1;
|
||||
#else
|
||||
eprintf("SLL support not compiled into elogd\n");
|
||||
eprintf("SSL support not compiled into elogd\n");
|
||||
exit(EXIT_FAILURE);
|
||||
#endif
|
||||
}
|
||||
@ -27351,11 +27351,7 @@ void server_loop(void)
|
||||
#ifdef HAVE_SSL
|
||||
if (_ssl_flag) {
|
||||
SSL_set_fd(ssl_con, ka_sock[i_min]);
|
||||
status = SSL_shutdown(ka_ssl_con[i_min]);
|
||||
if (!status) {
|
||||
shutdown(ka_sock[i_min], 1);
|
||||
SSL_shutdown(ka_ssl_con[i_min]);
|
||||
}
|
||||
SSL_shutdown(ka_ssl_con[i_min]);
|
||||
SSL_free(ka_ssl_con[i_min]);
|
||||
ka_ssl_con[i_min] = NULL;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user