]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/bus-print-properties.c
Merge pull request #18863 from keszybz/cmdline-escaping
[thirdparty/systemd.git] / src / shared / bus-print-properties.c
index e4427dbced37cd362861af03a70c8eb6f229b2a5..cbd5fb087e01d3008d1a856eaa900bac441b1b91 100644 (file)
@@ -250,7 +250,7 @@ static int bus_print_property(const char *name, const char *expected_value, sd_b
                         while ((r = sd_bus_message_read_basic(m, SD_BUS_TYPE_STRING, &str)) > 0) {
                                 _cleanup_free_ char *e = NULL;
 
-                                e = shell_maybe_quote(str, ESCAPE_BACKSLASH_ONELINE);
+                                e = shell_maybe_quote(str, 0);
                                 if (!e)
                                         return -ENOMEM;