chiark / gitweb /
util: rework word parsing and c unescaping code
[elogind.git] / src / journal-remote / journal-remote.c
index 82291a4f7f1c053f793d6aca4c2e6aaefe192e5e..6198a99b75bfea009d4dd66537445c4e1b8e5ce4 100644 (file)
@@ -143,7 +143,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, false);
+        r = strv_split_quoted(&words, getter, 0);
         if (r < 0)
                 return log_error_errno(r, "Failed to split getter option: %m");