aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_exponential_backoff.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-22 07:30:44 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-22 07:30:44 +0000
commit99daca5fb2e8724c8aace7e1c1d600e273f1f40c (patch)
tree9acb238bf2b8c8b32790e9fae04d948791c0bb8c /src/arm/test_exponential_backoff.c
parent33f9ca5d9f9910030865a8ba6aeaedfd824db793 (diff)
downloadgnunet-99daca5fb2e8724c8aace7e1c1d600e273f1f40c.tar.gz
gnunet-99daca5fb2e8724c8aace7e1c1d600e273f1f40c.zip
-fix
Diffstat (limited to 'src/arm/test_exponential_backoff.c')
-rw-r--r--src/arm/test_exponential_backoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/test_exponential_backoff.c b/src/arm/test_exponential_backoff.c
index 21d2c4f3e..c61bc2eec 100644
--- a/src/arm/test_exponential_backoff.c
+++ b/src/arm/test_exponential_backoff.c
@@ -287,7 +287,7 @@ static void
287arm_stop_cb (void *cls, enum GNUNET_ARM_RequestStatus status, const char *servicename, enum GNUNET_ARM_Result result) 287arm_stop_cb (void *cls, enum GNUNET_ARM_RequestStatus status, const char *servicename, enum GNUNET_ARM_Result result)
288{ 288{
289 GNUNET_break (status == GNUNET_ARM_REQUEST_SENT_OK); 289 GNUNET_break (status == GNUNET_ARM_REQUEST_SENT_OK);
290 GNUNET_break (result == GNUNET_ARM_RESULT_STOPPING); 290 GNUNET_break (result == GNUNET_ARM_RESULT_STOPPED);
291 LOG ("ARM service stopped\n"); 291 LOG ("ARM service stopped\n");
292 GNUNET_SCHEDULER_add_now (trigger_disconnect, NULL); 292 GNUNET_SCHEDULER_add_now (trigger_disconnect, NULL);
293} 293}