gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10096 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r10096 - gnunet/src/core
Date: Thu, 21 Jan 2010 15:25:51 +0100

Author: grothoff
Date: 2010-01-21 15:25:51 +0100 (Thu, 21 Jan 2010)
New Revision: 10096

Modified:
   gnunet/src/core/core_api_peer_get_info.c
Log:
fixing code to match new API

Modified: gnunet/src/core/core_api_peer_get_info.c
===================================================================
--- gnunet/src/core/core_api_peer_get_info.c    2010-01-21 14:25:31 UTC (rev 
10095)
+++ gnunet/src/core/core_api_peer_get_info.c    2010-01-21 14:25:51 UTC (rev 
10096)
@@ -66,7 +66,7 @@
     {
       if (irc->info != NULL)
        irc->info (irc->info_cls, 
-                  NULL, 0, 0, GNUNET_TIME_UNIT_FOREVER_REL, 0, 0);     
+                  NULL, 0, 0, 0, 0);     
       GNUNET_CLIENT_disconnect (irc->client);
       GNUNET_free (irc);
       return;





reply via email to

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