gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1057 - GNUnet/src/applications/fs/ecrs


From: grothoff
Subject: [GNUnet-SVN] r1057 - GNUnet/src/applications/fs/ecrs
Date: Sun, 26 Jun 2005 05:47:16 -0700 (PDT)

Author: grothoff
Date: 2005-06-26 05:47:13 -0700 (Sun, 26 Jun 2005)
New Revision: 1057

Modified:
   GNUnet/src/applications/fs/ecrs/namespacetest.c
   GNUnet/src/applications/fs/ecrs/searchtest.c
Log:
compile error

Modified: GNUnet/src/applications/fs/ecrs/namespacetest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespacetest.c     2005-06-26 12:45:42 UTC 
(rev 1056)
+++ GNUnet/src/applications/fs/ecrs/namespacetest.c     2005-06-26 12:47:13 UTC 
(rev 1057)
@@ -104,7 +104,6 @@
 
 int main(int argc, char * argv[]) {
   pid_t daemon;
-  int status;
   int failureCount = 0; 
 
   if (OK != initUtil(argc,

Modified: GNUnet/src/applications/fs/ecrs/searchtest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/searchtest.c        2005-06-26 12:45:42 UTC 
(rev 1056)
+++ GNUnet/src/applications/fs/ecrs/searchtest.c        2005-06-26 12:47:13 UTC 
(rev 1057)
@@ -93,7 +93,6 @@
 
 int main(int argc, char * argv[]){
   pid_t daemon;
-  int status;
   int ok;
   GNUNET_TCP_SOCKET * sock;
   struct ECRS_URI * uri;
@@ -103,7 +102,7 @@
 
   if (OK != initUtil(argc,
                     argv, 
-                    &parseOptions))
+                    &parseCommandLine))
     return -1;
   daemon = startGNUnetDaemon(NO);
   GNUNET_ASSERT(daemon > 0);





reply via email to

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