[systemd-commits] src/journal
Thomas H.P. Andersen
phomes at kemper.freedesktop.org
Mon Mar 17 13:51:06 PDT 2014
src/journal/journal-remote.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fd1e5b62e8d44761ec9d6b6f49590cccc0be1e8f
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date: Mon Mar 17 21:50:49 2014 +0100
remove unused variable
diff --git a/src/journal/journal-remote.c b/src/journal/journal-remote.c
index 6d7ba6c..4697356 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);
More information about the systemd-commits
mailing list