allow 'none' as server

This commit is contained in:
Daniel Stenberg 2003-03-15 17:11:13 +00:00
parent bb6d0e37e3
commit 01618d323b
1 changed files with 2 additions and 0 deletions

View File

@ -976,6 +976,8 @@ sub serverfortest {
$run{'https'}=$HTTPSPIDFILE;
}
}
elsif($what eq "none") {
}
else {
warn "we don't support a server for $what";
}