diff options
Diffstat (limited to 'src/journal/journal-remote.c')
-rw-r--r-- | src/journal/journal-remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journal-remote.c b/src/journal/journal-remote.c index 6d7ba6caa0..469735663c 100644 --- a/src/journal/journal-remote.c +++ b/src/journal/journal-remote.c @@ -142,7 +142,7 @@ static int spawn_curl(char* url) { static int spawn_getter(char *getter, char *url) { int r; - char _cleanup_strv_free_ **words = NULL, **words2 = NULL; + char _cleanup_strv_free_ **words = NULL; assert(getter); words = strv_split_quoted(getter); |