fixing arm start
authorChristian Grothoff <christian@grothoff.org>
Sun, 4 Oct 2009 12:17:06 +0000 (12:17 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 4 Oct 2009 12:17:06 +0000 (12:17 +0000)
src/arm/arm_api.c

index e5071c4dcf61b531e9b10193aed0706dc0c9fb2a..f0ab8d1898a947068bd35be520f9fe28da1222bd 100644 (file)
@@ -98,10 +98,10 @@ arm_service_report (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   config = NULL;
   /* start service */
   if ((GNUNET_OK !=
-       GNUNET_CONFIGURATION_get_value_filename (pos->cfg,
-                                                "arm",
-                                                "BINARY",
-                                                &binary)) ||
+       GNUNET_CONFIGURATION_get_value_string (pos->cfg,
+                                             "arm",
+                                             "BINARY",
+                                             &binary)) ||
       (GNUNET_OK !=
        GNUNET_CONFIGURATION_get_value_filename (pos->cfg,
                                                 "arm", "CONFIG", &config)))