fixing code to match new API
authorChristian Grothoff <christian@grothoff.org>
Thu, 21 Jan 2010 14:25:51 +0000 (14:25 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 21 Jan 2010 14:25:51 +0000 (14:25 +0000)
src/core/core_api_peer_get_info.c

index f6ce311107b1507902f3378761f460fe275a9880..82785980fae14269a3e8ff94e5c22b18fdc05539 100644 (file)
@@ -66,7 +66,7 @@ receive_info (void *cls,
     {
       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;