Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115362535
D49641.id153040.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
492 B
Referenced Files
None
Subscribers
None
D49641.id153040.diff
View Options
diff --git a/usr.sbin/ctld/ctld.cc b/usr.sbin/ctld/ctld.cc
--- a/usr.sbin/ctld/ctld.cc
+++ b/usr.sbin/ctld/ctld.cc
@@ -2601,7 +2601,7 @@
if (tmpconf == NULL) {
log_warnx("configuration error, "
"continuing with old configuration");
- } else if (new_pports_from_conf(tmpconf, &kports)) {
+ } else if (!new_pports_from_conf(tmpconf, &kports)) {
log_warnx("Error associating physical ports, "
"continuing with old configuration");
conf_delete(tmpconf);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 24, 12:39 AM (7 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17384427
Default Alt Text
D49641.id153040.diff (492 B)
Attached To
Mode
D49641: ctld: Fix sign bug validating kernel ports when reloading config
Attached
Detach File
Event Timeline
Log In to Comment