Skip to content

Commit 467851e

Browse files
pavel-shirshovyxieca
authored andcommitted
Regular quit needs to clean the ports two (#3531)
1 parent 21c9185 commit 467851e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ index 9dc85b5..679da49 100644
108108
+ teamd_refresh_ports(ctx);
109109
+ if (ctrl_byte == 'w')
110110
+ teamd_ports_flush_data(ctx);
111-
+ /* Flush ports to destroy port object */
112-
+ err = teamd_flush_ports(ctx);
113-
+ if (err)
114-
+ return err;
115111
+ }
112+
+
113+
+ err = teamd_flush_ports(ctx);
114+
+ if (err)
115+
+ return err;
116116
quit_in_progress = true;
117117
continue;
118118
case 'r':

0 commit comments

Comments
 (0)