mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +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 */
|
||||
oclog(ws, LOG_INFO, "client disconnected");
|
||||
goto exit_nomsg;
|
||||
goto exit;
|
||||
}
|
||||
|
||||
if (ret > 0) {
|
||||
|
||||
Reference in New Issue
Block a user