This commit is contained in:
SleeplessOne1917 2024-05-02 18:28:23 -04:00
commit f22ccb35c9
1 changed files with 2 additions and 3 deletions

View File

@ -1413,8 +1413,7 @@ pub fn main() {
opts.tickets = false;
server_cfg = Some(make_server_cfg(&opts));
}
opts.expect_handshake_kind = opts
.expect_handshake_kind_resumed
.clone();
opts.expect_handshake_kind
.clone_from(&opts.expect_handshake_kind_resumed);
}
}