when the tcp channel is terminated attempt to close the DTLS channel as well.

This commit is contained in:
Nikos Mavrogiannopoulos
2014-02-10 09:45:05 +01:00
parent 295a87b8ab
commit 266b06f7d2

View File

@@ -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) {