runtests: fix an incorrect comment about the ld_preload feature
Follow-up to 1f631864
Ref: #10818
This commit is contained in:
parent
826e8011d5
commit
a72a548774
@ -3056,7 +3056,7 @@ sub checksystemfeatures {
|
||||
close($conf);
|
||||
}
|
||||
|
||||
# disable this feature unless debug mode is also enabled
|
||||
# allow this feature only if debug mode is disabled
|
||||
$feature{"ld_preload"} = $feature{"ld_preload"} && !$feature{"debug"};
|
||||
|
||||
if($feature{"ipv6"}) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user