Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160362312
D56340.id175214.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
352 B
Referenced Files
None
Subscribers
None
D56340.id175214.diff
View Options
diff --git a/sys/dev/ipmi/ipmi.c b/sys/dev/ipmi/ipmi.c
--- a/sys/dev/ipmi/ipmi.c
+++ b/sys/dev/ipmi/ipmi.c
@@ -953,7 +953,7 @@
} else
(void)ipmi_set_watchdog(sc, 0);
ipmi_reset_watchdog(sc);
- } else if (!on)
+ } else if (on)
(void)ipmi_set_watchdog(sc, 0);
/*
* Power cycle the system off using IPMI. We use last - 2 since we don't
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 5:13 PM (9 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31279384
Default Alt Text
D56340.id175214.diff (352 B)
Attached To
Mode
D56340: Fix a logic typo (?) in IPMI watchdog initialization
Attached
Detach File
Event Timeline
Log In to Comment