]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/bus-wait-for-jobs.c
Merge pull request #18863 from keszybz/cmdline-escaping
[thirdparty/systemd.git] / src / shared / bus-wait-for-jobs.c
index 8458fe8684770680d7ce198394dc0aa1c49739a7..e4a3ab9a956b5a90ded066c82042387a3039cf5f 100644 (file)
@@ -181,7 +181,7 @@ static void log_job_error_with_service_result(const char* service, const char *r
 
         assert(service);
 
-        service_shell_quoted = shell_maybe_quote(service, ESCAPE_BACKSLASH);
+        service_shell_quoted = shell_maybe_quote(service, 0);
 
         if (!strv_isempty((char**) extra_args)) {
                 _cleanup_free_ char *t = NULL;