Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149231224
D49641.1789717711.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
492 B
Referenced Files
None
Subscribers
None
D49641.1789717711.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
Fri, Sep 18, 7:48 AM (9 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29727215
Default Alt Text
D49641.1789717711.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