chiark / gitweb /
journal: align byte-buffer that gets cased to an object
[elogind.git] / src / core / dbus-manager.c
index f8a54000552476fad60d3cbbec71854765069ea6..67b7b13eacf3e1bde64df8effa86a376417670e9 100644 (file)
@@ -1179,7 +1179,7 @@ static DBusHandlerResult bus_manager_message_handler(DBusConnection *connection,
                 else {
                         char *p;
 
-                        p = join(switch_root, "/", switch_root_init, NULL);
+                        p = strjoin(switch_root, "/", switch_root_init, NULL);
                         if (!p)
                                 goto oom;