Oops missing var

This commit is contained in:
Yang Tse 2007-02-19 03:59:41 +00:00
parent 07d8a14ec0
commit f2cd2882a0

View File

@ -771,6 +771,7 @@ int main(int argc, char *argv[])
char *pidname= (char *)".http.pid";
struct httprequest req;
int rc;
int error;
int arg=1;
#ifdef CURL_SWS_FORK_ENABLED
bool use_fork = FALSE;