aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-21 11:30:19 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-21 11:30:19 +0000
commitb626408c2f8eaac4453c106af6b79dd52f0b25f7 (patch)
tree6ee95fc022c50d6aac77211142a42f1efacef105 /src/arm
parent97a3113cdc72682327c83ac283016ce131e97a18 (diff)
downloadgnunet-b626408c2f8eaac4453c106af6b79dd52f0b25f7.tar.gz
gnunet-b626408c2f8eaac4453c106af6b79dd52f0b25f7.zip
-fix ftbfs
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/arm_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index a0157ead6..a89d423ec 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -40,7 +40,7 @@ struct GNUNET_ARM_Handle
40 /** 40 /**
41 * Our control connection to the ARM service. 41 * Our control connection to the ARM service.
42 */ 42 */
43 struct GNUNET_MQ_Handle *mq; 43 struct GNUNET_CLIENT_Connection *client;
44 44
45 /** 45 /**
46 * The configuration that we are using. 46 * The configuration that we are using.