chiark / gitweb /
util: rename join() to strjoin()
[elogind.git] / src / core / mount.c
index fab922ea9ef1dd8fa742e8086062f9a139fc3efb..15d5f215303376c40a688f9c2dada51fdac2e591 100644 (file)
@@ -1534,7 +1534,7 @@ static int mount_load_proc_self_mountinfo(Manager *m, bool set_flags) {
                         goto clean_up;
                 }
 
-                o = join(options, ",", options2, NULL);
+                o = strjoin(options, ",", options2, NULL);
                 if (!o) {
                         r = -ENOMEM;
                         goto finish;