From 5f05330cb3d9ec30347c07522de00624de9d6c67 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 8 Jan 2014 17:51:53 +0000 Subject: neighbour monitoring api implemented --- src/transport/transport_api_address_to_string.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/transport/transport_api_address_to_string.c') diff --git a/src/transport/transport_api_address_to_string.c b/src/transport/transport_api_address_to_string.c index 0fb0623dc..0cf0111b3 100644 --- a/src/transport/transport_api_address_to_string.c +++ b/src/transport/transport_api_address_to_string.c @@ -170,15 +170,15 @@ GNUNET_TRANSPORT_address_to_string (const struct GNUNET_CONFIGURATION_Handle /** * Cancel request for address conversion. * - * @param alc handle for the request to cancel + * @param pic the context handle */ void GNUNET_TRANSPORT_address_to_string_cancel (struct GNUNET_TRANSPORT_AddressToStringContext - *alc) + *pic) { - GNUNET_CLIENT_disconnect (alc->client); - GNUNET_free (alc); + GNUNET_CLIENT_disconnect (pic->client); + GNUNET_free (pic); } -- cgit v1.2.3