summaryrefslogtreecommitdiff
path: root/src/import
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2015-07-29 15:16:01 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2015-07-29 15:16:01 +0200
commit7035cd9e226bce7909e1365039431a4d21e21045 (patch)
tree7402a205a32d8937bb50a8149b939e71028e7ff8 /src/import
parentfb183854ab9b5774094a753ad3f46b653a9055da (diff)
downloadsystemd-7035cd9e226bce7909e1365039431a4d21e21045.tar.gz
Imported Upstream version 223
Diffstat (limited to 'src/import')
-rw-r--r--src/import/pull-dkr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/pull-dkr.c b/src/import/pull-dkr.c
index 78e3184c42..67ca1ce8e4 100644
--- a/src/import/pull-dkr.c
+++ b/src/import/pull-dkr.c
@@ -793,7 +793,7 @@ static void dkr_pull_job_on_finished_v2(PullJob *j) {
} else if (i->tags_job == j) {
const char *url;
- _cleanup_free_ const char *buf;
+ _cleanup_free_ char *buf;
_cleanup_json_variant_unref_ JsonVariant *doc = NULL;
JsonVariant *e = NULL;