aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-04-22 23:14:17 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-04-22 23:14:17 +0000
commit44b293c73e8884bf0fd1e0503335cbf272bb82d0 (patch)
tree37e509543f367bb90171b6b0e563e62f518f7c30 /src/namestore/gnunet-service-namestore.c
parent238814753e82eff4a06d0eff321a7ab4c84fe101 (diff)
-workaround tests hanging
git-svn-id: https://gnunet.org/svn/gnunet@21089 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index aeeb9e589c..7facd5e39a 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1975,7 +1975,7 @@ main (int argc, char *const *argv)
{
return (GNUNET_OK ==
GNUNET_SERVICE_run (argc, argv, "namestore",
- GNUNET_SERVICE_OPTION_SOFT_SHUTDOWN, &run, NULL)) ? 0 : 1;
+ GNUNET_SERVICE_OPTION_NONE, &run, NULL)) ? 0 : 1;
}
/* end of gnunet-service-namestore.c */