gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5849 - GNUnet/src/applications/topology_default


From: gnunet
Subject: [GNUnet-SVN] r5849 - GNUnet/src/applications/topology_default
Date: Sun, 9 Dec 2007 19:45:09 -0700 (MST)

Author: grothoff
Date: 2007-12-09 19:45:09 -0700 (Sun, 09 Dec 2007)
New Revision: 5849

Modified:
   GNUnet/src/applications/topology_default/topology.c
Log:
f

Modified: GNUnet/src/applications/topology_default/topology.c
===================================================================
--- GNUnet/src/applications/topology_default/topology.c 2007-12-10 02:44:41 UTC 
(rev 5848)
+++ GNUnet/src/applications/topology_default/topology.c 2007-12-10 02:45:09 UTC 
(rev 5849)
@@ -665,9 +665,9 @@
   coreAPI->releaseService (pingpong);
   pingpong = NULL;
   coreAPI = NULL;
-  GROW(friends,
-       friendCount,
-       0);
+  GNUNET_array_grow(friends,
+                   friendCount,
+                   0);
   return GNUNET_OK;
 }
 





reply via email to

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