mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-16 06:49:19 +08:00
when the tcp channel is terminated attempt to close the DTLS channel as well.
This commit is contained in:
@@ -1546,7 +1546,7 @@ static int connect_handler(worker_st * ws)
|
|||||||
|
|
||||||
if (ret == 0) { /* disconnect */
|
if (ret == 0) { /* disconnect */
|
||||||
oclog(ws, LOG_INFO, "client disconnected");
|
oclog(ws, LOG_INFO, "client disconnected");
|
||||||
goto exit_nomsg;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ret > 0) {
|
if (ret > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user