diff --git a/0014-lanplus-cipher-retry.patch b/0014-lanplus-cipher-retry.patch index 9aa3437..dfee944 100644 --- a/0014-lanplus-cipher-retry.patch +++ b/0014-lanplus-cipher-retry.patch @@ -17,7 +17,7 @@ diff --git a/src/plugins/lanplus/lanplus.c b/src/plugins/lanplus/lanplus.c index 3087348..c442c0e 100644 --- a/src/plugins/lanplus/lanplus.c +++ b/src/plugins/lanplus/lanplus.c -@@ -3459,9 +3459,13 @@ ipmi_find_best_cipher_suite(struct ipmi_intf *intf) +@@ -3386,9 +3386,13 @@ }; const size_t nr_preferred = ARRAY_SIZE(cipher_order_preferred); size_t ipref, i; @@ -31,8 +31,9 @@ index 3087348..c442c0e 100644 + ipmi_intf_session_set_retry(intf, retry_old); + if (rc < 0) { - /* default legacy behavior - cipher suite 3 if none is requested */ + /* default legacy behavior - fall back to cipher suite 3 */ return IPMI_LANPLUS_CIPHER_SUITE_3; + -- 2.25.4