gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1155 - GNUnet/src/applications/bootstrap_http


From: grothoff
Subject: [GNUnet-SVN] r1155 - GNUnet/src/applications/bootstrap_http
Date: Thu, 30 Jun 2005 04:42:06 -0700 (PDT)

Author: grothoff
Date: 2005-06-30 04:42:00 -0700 (Thu, 30 Jun 2005)
New Revision: 1155

Modified:
   GNUnet/src/applications/bootstrap_http/http.c
Log:
fix

Modified: GNUnet/src/applications/bootstrap_http/http.c
===================================================================
--- GNUnet/src/applications/bootstrap_http/http.c       2005-06-30 11:38:45 UTC 
(rev 1154)
+++ GNUnet/src/applications/bootstrap_http/http.c       2005-06-30 11:42:00 UTC 
(rev 1155)
@@ -55,7 +55,8 @@
   struct hostent *ip_info;
   struct sockaddr_in soaddr;
   int sock;
-  int ret, success;
+  size_t ret;
+  int success;
   char * command;
   cron_t start;
   char c;





reply via email to

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