gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6845 - GNUnet/src/applications/fs/gap


From: gnunet
Subject: [GNUnet-SVN] r6845 - GNUnet/src/applications/fs/gap
Date: Sun, 18 May 2008 22:55:17 -0600 (MDT)

Author: grothoff
Date: 2008-05-18 22:55:17 -0600 (Sun, 18 May 2008)
New Revision: 6845

Modified:
   GNUnet/src/applications/fs/gap/test_linear_topology.c
   GNUnet/src/applications/fs/gap/test_loopback.c
   GNUnet/src/applications/fs/gap/test_star_topology.c
Log:
fixing compile errors

Modified: GNUnet/src/applications/fs/gap/test_linear_topology.c
===================================================================
--- GNUnet/src/applications/fs/gap/test_linear_topology.c       2008-05-19 
00:49:48 UTC (rev 6844)
+++ GNUnet/src/applications/fs/gap/test_linear_topology.c       2008-05-19 
04:55:17 UTC (rev 6845)
@@ -96,7 +96,7 @@
   if (fd == -1)
     {
       GNUNET_free (name);
-      return GNUNET_SYSERR;
+      return NULL;
     }
   buf = GNUNET_malloc (size);
   memset (buf, size / 253, sizeof (GNUNET_HashCode));

Modified: GNUnet/src/applications/fs/gap/test_loopback.c
===================================================================
--- GNUnet/src/applications/fs/gap/test_loopback.c      2008-05-19 00:49:48 UTC 
(rev 6844)
+++ GNUnet/src/applications/fs/gap/test_loopback.c      2008-05-19 04:55:17 UTC 
(rev 6845)
@@ -91,7 +91,7 @@
   if (fd == -1)
     {
       GNUNET_free (name);
-      return GNUNET_SYSERR;
+      return NULL;
     }
   buf = GNUNET_malloc (size);
   memset (buf, size + size / 253, size);
@@ -285,7 +285,6 @@
       GNUNET_GC_free (cfg);
       return -1;
     }
-
   uri = uploadFile (12345);
   CHECK (NULL != uri);
   GNUNET_GC_set_configuration_value_string (cfg,

Modified: GNUnet/src/applications/fs/gap/test_star_topology.c
===================================================================
--- GNUnet/src/applications/fs/gap/test_star_topology.c 2008-05-19 00:49:48 UTC 
(rev 6844)
+++ GNUnet/src/applications/fs/gap/test_star_topology.c 2008-05-19 04:55:17 UTC 
(rev 6845)
@@ -96,7 +96,7 @@
   if (fd == -1)
     {
       GNUNET_free (name);
-      return GNUNET_SYSERR;
+      return NULL;
     }
   buf = GNUNET_malloc_large (size);
   memset (buf, size + size / 253, size);





reply via email to

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