mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Resumed sessions are assigned the correct auth_state.
This commit is contained in:
@@ -1353,6 +1353,7 @@ static int connect_handler(worker_st * ws)
|
||||
tls_fatal_close(ws->session, GNUTLS_A_ACCESS_DENIED);
|
||||
exit_worker(ws);
|
||||
}
|
||||
ws->auth_state= S_AUTH_COMPLETE;
|
||||
}
|
||||
|
||||
if (strcmp(req->url, "/CSCOSSLC/tunnel") != 0) {
|
||||
|
||||
Reference in New Issue
Block a user