aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/datastore_api.c')
-rw-r--r--src/datastore/datastore_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index 1c50dabee..c8b4f2e91 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -97,7 +97,6 @@ struct GNUNET_DATASTORE_Handle *GNUNET_DATASTORE_connect (const struct
97 c = GNUNET_CLIENT_connect (sched, "datastore", cfg); 97 c = GNUNET_CLIENT_connect (sched, "datastore", cfg);
98 if (c == NULL) 98 if (c == NULL)
99 return NULL; /* oops */ 99 return NULL; /* oops */
100 GNUNET_ARM_start_services (cfg, sched, "datastore", NULL);
101 h = GNUNET_malloc (sizeof(struct GNUNET_DATASTORE_Handle) + 100 h = GNUNET_malloc (sizeof(struct GNUNET_DATASTORE_Handle) +
102 GNUNET_SERVER_MAX_MESSAGE_SIZE); 101 GNUNET_SERVER_MAX_MESSAGE_SIZE);
103 h->client = c; 102 h->client = c;