gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12674 - libmicrohttpd/src/testzzuf


From: gnunet
Subject: [GNUnet-SVN] r12674 - libmicrohttpd/src/testzzuf
Date: Thu, 19 Aug 2010 14:36:15 +0200

Author: grothoff
Date: 2010-08-19 14:36:15 +0200 (Thu, 19 Aug 2010)
New Revision: 12674

Modified:
   libmicrohttpd/src/testzzuf/daemontest_large_put.c
Log:
fix

Modified: libmicrohttpd/src/testzzuf/daemontest_large_put.c
===================================================================
--- libmicrohttpd/src/testzzuf/daemontest_large_put.c   2010-08-19 12:10:50 UTC 
(rev 12673)
+++ libmicrohttpd/src/testzzuf/daemontest_large_put.c   2010-08-19 12:36:15 UTC 
(rev 12674)
@@ -256,11 +256,11 @@
   cbc.size = 2048;
   cbc.pos = 0;
   multi = NULL;
-  d = MHD_start_daemon (MHD_NO_FLAG /* | MHD_USE_DEBUG */ ,
+  d = MHD_start_daemon (MHD_NO_FLAG /* | MHD_USE_DEBUG */,
                         11080,
                         NULL, NULL, &ahc_echo, &done_flag,
                         MHD_OPTION_CONNECTION_MEMORY_LIMIT,
-                        PUT_SIZE * 4, MHD_OPTION_END);
+                        (size_t) (PUT_SIZE * 4), MHD_OPTION_END);
   if (d == NULL)
     return 256;
   multi = curl_multi_init ();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]