Skip to content

Commit cb45295

Browse files
committed
Update session.rs
1 parent 4b6acf9 commit cb45295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

russh/src/server/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ impl Session {
12651265
use super::negotiation::Select;
12661266
key_extension_client = super::negotiation::Server::select(
12671267
&[EXTENSION_SUPPORT_AS_CLIENT],
1268-
&parse_kex_algo_list(&kex_string)?,
1268+
&parse_kex_algo_list(&kex_string),
12691269
AlgorithmKind::Kex,
12701270
)
12711271
.is_ok();

0 commit comments

Comments
 (0)