do re-try even for shutdown to make this reliable
authorChristian Grothoff <christian@grothoff.org>
Tue, 22 Jun 2010 19:52:54 +0000 (19:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 22 Jun 2010 19:52:54 +0000 (19:52 +0000)
src/arm/arm_api.c

index f98b4100af848bebafc6447aad1da70d03e840fa..083031e7866fba6f310d3fbf3adcd70c50799ce3 100644 (file)
@@ -258,7 +258,7 @@ arm_service_shutdown (struct GNUNET_SCHEDULER_Handle *sched,
                                       sizeof (struct
                                               GNUNET_MessageHeader),
                                       timeout,
-                                      GNUNET_NO,
+                                      GNUNET_YES,
                                       &write_shutdown, shutdown_ctx);
 }