1
0
mirror of https://github.com/moparisthebest/curl synced 2024-10-31 15:45:12 -04:00

warning fix

This commit is contained in:
Yang Tse 2010-02-06 17:31:09 +00:00
parent 71593dfe57
commit e118cd4ca0

View File

@ -543,7 +543,7 @@ sub torture {
logmsg "*** Alloc number $limit is now set to fail ***\n" if($gdbthis); logmsg "*** Alloc number $limit is now set to fail ***\n" if($gdbthis);
my $ret; my $ret = 0;
if($gdbthis) { if($gdbthis) {
runclient($gdbline) runclient($gdbline)
} }