Skip to content

Commit 9fd6ba5

Browse files
committed
Fix corrupt patch
Signed-off-by: Stephen Sun <[email protected]>
1 parent dde930d commit 9fd6ba5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libteam/patch/0008-libteam-Add-warm_reboot-mode.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 4136762b92ce30a19451c1b69dfbbbd4469727d5 Mon Sep 17 00:00:00 2001
1+
From cdc7eb674bb779b9e5181921e4c7c2b2f0a0db41 Mon Sep 17 00:00:00 2001
22
From: Pavel Shirshov <[email protected]>
33
Date: Tue, 3 Mar 2020 13:04:57 -0800
4-
Subject: [PATCH 08/11] Reimplement Warm-Reboot procedure'
4+
Subject: [PATCH] [libteam]: Reimplement Warm-Reboot procedure'
55

66
---
77
libteam/ifinfo.c | 6 +-
@@ -62,7 +62,7 @@ index 9ebf30f..0bd7cc0 100644
6262
th->msg_recv_started = true;
6363
}
6464
nla_for_each_nested(nl_port, attrs[TEAM_ATTR_LIST_PORT], i) {
65-
@@ -165,7 +172,8 @@ int get_port_list_handler(struct nl_msg *msg, void *arg)
65+
@@ -165,7 +172,9 @@ int get_port_list_handler(struct nl_msg *msg, void *arg)
6666
if (!port)
6767
return NL_SKIP;
6868
}

0 commit comments

Comments
 (0)