aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-28 15:24:43 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-28 15:24:43 +0000
commitd14a2ffdc636916f54701b9797f44a9635122da0 (patch)
treeba247c4e7d432ec4290a7beb38cec9c890573719 /src/arm
parent9badab10f68552a91a712ba2da122e2fbee007a1 (diff)
downloadgnunet-d14a2ffdc636916f54701b9797f44a9635122da0.tar.gz
gnunet-d14a2ffdc636916f54701b9797f44a9635122da0.zip
-fix
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/arm_api.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index 328ef3f0b..15563e933 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -25,11 +25,8 @@
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "gnunet_arm_service.h" 27#include "gnunet_arm_service.h"
28#include "gnunet_client_lib.h" 28#include "gnunet_util_lib.h"
29#include "gnunet_getopt_lib.h"
30#include "gnunet_os_lib.h"
31#include "gnunet_protocols.h" 29#include "gnunet_protocols.h"
32#include "gnunet_server_lib.h"
33#include "arm.h" 30#include "arm.h"
34 31
35#define LOG(kind,...) GNUNET_log_from (kind, "arm-api",__VA_ARGS__) 32#define LOG(kind,...) GNUNET_log_from (kind, "arm-api",__VA_ARGS__)
@@ -771,7 +768,7 @@ GNUNET_ARM_list_running_services (struct GNUNET_ARM_Handle *h,
771 768
772 LOG (GNUNET_ERROR_TYPE_DEBUG, 769 LOG (GNUNET_ERROR_TYPE_DEBUG,
773 "Requesting LIST from ARM service with timeout: %s\n", 770 "Requesting LIST from ARM service with timeout: %s\n",
774 GNUNET_STRINGS_relative_time_to_string (timeout)); 771 GNUNET_STRINGS_relative_time_to_string (timeout, GNUNET_YES));
775 772
776 if (GNUNET_OK != 773 if (GNUNET_OK !=
777 GNUNET_CLIENT_transmit_and_get_response (sctx->h->client, 774 GNUNET_CLIENT_transmit_and_get_response (sctx->h->client,