aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-22 19:52:54 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-22 19:52:54 +0000
commit6ce1bd8a3c1105ea2652710b1d8cf518ed21dc71 (patch)
tree7380dbff1286ed5516c07c4f90d525d7210b8c85 /src/arm
parent21ee2edb948ef1d8ac2c013d629429058601ad08 (diff)
downloadgnunet-6ce1bd8a3c1105ea2652710b1d8cf518ed21dc71.tar.gz
gnunet-6ce1bd8a3c1105ea2652710b1d8cf518ed21dc71.zip
do re-try even for shutdown to make this reliable
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 f98b4100a..083031e78 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -258,7 +258,7 @@ arm_service_shutdown (struct GNUNET_SCHEDULER_Handle *sched,
258 sizeof (struct 258 sizeof (struct
259 GNUNET_MessageHeader), 259 GNUNET_MessageHeader),
260 timeout, 260 timeout,
261 GNUNET_NO, 261 GNUNET_YES,
262 &write_shutdown, shutdown_ctx); 262 &write_shutdown, shutdown_ctx);
263} 263}
264 264