]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal-remote/journal-remote.c
strv: rework strv_split_quoted() to use unquote_first_word()
[thirdparty/systemd.git] / src / journal-remote / journal-remote.c
index 7239b8cc6d0a191e53bcaa594922bc1f1c59289a..b3f5c828dd07939b9b030990c921f1e728c5b3e4 100644 (file)
@@ -149,7 +149,7 @@ static int spawn_getter(const char *getter, const char *url) {
         _cleanup_strv_free_ char **words = NULL;
 
         assert(getter);
-        r = strv_split_quoted(&words, getter);
+        r = strv_split_quoted(&words, getter, false);
         if (r < 0) {
                 log_error("Failed to split getter option: %s", strerror(-r));
                 return r;