]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Oops missing var
authorYang Tse <yangsita@gmail.com>
Mon, 19 Feb 2007 03:59:41 +0000 (03:59 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 19 Feb 2007 03:59:41 +0000 (03:59 +0000)
tests/server/sws.c

index 2ff9eb80c35658f1e1218b00ef9c5bc59cab9bd0..edf42d098f39887289d3ea41af5ece8de8cdc092 100644 (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;