projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fbbddb
)
runtests: fix uninitialized variable warning
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 25 Aug 2010 13:10:40 +0000
(15:10 +0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 25 Aug 2010 13:10:40 +0000
(15:10 +0200)
tests/runtests.pl
patch
|
blob
|
history
diff --git
a/tests/runtests.pl
b/tests/runtests.pl
index
608875b
..
347adf7
100755
(executable)
--- a/
tests/runtests.pl
+++ b/
tests/runtests.pl
@@
-676,7
+676,7
@@
sub verifyhttp {
my ($proto, $ipvnum, $idnum, $ip, $port) = @_;
my $server = servername_id($proto, $ipvnum, $idnum);
my $pid = 0;
- my $bonus;
+ my $bonus
=""
;
my $verifyout = "$LOGDIR/".
servername_canon($proto, $ipvnum, $idnum) .'_verify.out';