invert option order for tg
authorChristian Grothoff <christian@grothoff.org>
Thu, 2 Jun 2016 15:12:52 +0000 (15:12 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 2 Jun 2016 15:12:52 +0000 (15:12 +0000)
src/arm/gnunet-service-arm.c

index 82ea8edaa013662df8b7d8773752168d717853c4..f60a92a921f9bf9316cff2cb773c9498cbc304fe 100644 (file)
@@ -481,8 +481,8 @@ start_process (struct ServiceList *sl,
       optpos = options;
       GNUNET_asprintf (&options,
                        "%s %s",
-                       optpos,
-                       fin_options);
+                       fin_options,
+                       optpos);
       GNUNET_free (optpos);
     }
     else