Message ID | 20221109174746.569046-4-andrew.zaborowski@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [1/4] tls: Allow ServerHello extensions when resuming session | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
diff --git a/ell/tls.c b/ell/tls.c index 2a8d509..d363765 100644 --- a/ell/tls.c +++ b/ell/tls.c @@ -1084,6 +1084,7 @@ static bool tls_load_cached_server_session(struct l_tls *tls, *group + prefix_len + 1); l_settings_remove_group(tls->session_settings, *group); changed = true; + continue; } cnt++;