From: Christian Grothoff Date: Thu, 21 Jan 2010 14:25:51 +0000 (+0000) Subject: fixing code to match new API X-Git-Tag: initial-import-from-subversion-38251~22897 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7b37da61d3347e75c19c30876220a32923e75dd4;p=oweals%2Fgnunet.git fixing code to match new API --- diff --git a/src/core/core_api_peer_get_info.c b/src/core/core_api_peer_get_info.c index f6ce31110..82785980f 100644 --- a/src/core/core_api_peer_get_info.c +++ b/src/core/core_api_peer_get_info.c @@ -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;