chiark / gitweb /
util: allow strappenda to take any number of args
[elogind.git] / src / dbus1-generator / dbus1-generator.c
index dcfceecf6356e0ef26b00fa3c93303db7fe3e602..e1ffc5515f0deecb286b425b1751f4f7600f303d 100644 (file)
@@ -169,7 +169,7 @@ static int add_dbus(const char *path, const char *fname, const char *type) {
         assert(path);
         assert(fname);
 
-        p = strappenda3(path, "/", fname);
+        p = strappenda(path, "/", fname);
         r = config_parse(NULL, p, NULL,
                          "D-BUS Service\0",
                          config_item_table_lookup, table,