Update patch to apply
This commit is contained in:
parent
6821f1fd25
commit
9c62e14a9a
@ -17,7 +17,7 @@ diff --git a/src/plugins/lanplus/lanplus.c b/src/plugins/lanplus/lanplus.c
|
|||||||
index 3087348..c442c0e 100644
|
index 3087348..c442c0e 100644
|
||||||
--- a/src/plugins/lanplus/lanplus.c
|
--- a/src/plugins/lanplus/lanplus.c
|
||||||
+++ b/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);
|
const size_t nr_preferred = ARRAY_SIZE(cipher_order_preferred);
|
||||||
size_t ipref, i;
|
size_t ipref, i;
|
||||||
@ -31,8 +31,9 @@ index 3087348..c442c0e 100644
|
|||||||
+ ipmi_intf_session_set_retry(intf, retry_old);
|
+ ipmi_intf_session_set_retry(intf, retry_old);
|
||||||
+ if (rc < 0)
|
+ 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;
|
return IPMI_LANPLUS_CIPHER_SUITE_3;
|
||||||
|
|
||||||
--
|
--
|
||||||
2.25.4
|
2.25.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user