From: Michael Tremer Date: Sun, 26 Jan 2025 15:04:49 +0000 (+0000) Subject: job: Rename the configuration attribute in message X-Git-Tag: 0.9.30~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3909e4739b4b26131a9f0fd14fcc7571071f86ce;p=pakfire.git job: Rename the configuration attribute in message Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/job.c b/src/pakfire/job.c index ef714cff..18ce8c76 100644 --- a/src/pakfire/job.c +++ b/src/pakfire/job.c @@ -185,7 +185,7 @@ static int pakfire_parse_job(struct pakfire_job* job, json_object* data) { } // Fetch the configuration - if (!json_object_object_get_ex(data, "conf", &o)) { + if (!json_object_object_get_ex(data, "config", &o)) { ERROR(job->ctx, "Job does not have a configuration\n"); return -EINVAL;