Skip to content

Commit 2079ae4

Browse files
committed
[config] Fix bug for datapath enabled
1 parent 2e236a1 commit 2079ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cru/CruBar.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ void CruBar::configure(bool force)
562562
if (linkPrevState != link || force) {
563563
// link mismatch
564564
// -> toggle enabled status
565-
if (link.enabled != linkPrevState.enabled || force) {
565+
if (link.enabled != linkPrevState.enabled) {
566566
// toggle enable/disable
567567
if (linkPrevState.enabled) {
568568
datapathWrapper.setLinkDisabled(link);

0 commit comments

Comments
 (0)