mirror of
https://github.com/curl/curl.git
synced 2026-04-23 00:32:13 +03:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue