diff --git a/src/resolve/resolvectl.c b/src/resolve/resolvectl.c index c7ec3de588d..d6ecaed3c63 100644 --- a/src/resolve/resolvectl.c +++ b/src/resolve/resolvectl.c @@ -2894,7 +2894,7 @@ static int dump_cache_scope(JsonVariant *scope) { } static int verb_show_cache(int argc, char *argv[], void *userdata) { - _cleanup_(json_variant_unrefp) JsonVariant *d = NULL, *reply = NULL; + JsonVariant *reply = NULL, *d = NULL; _cleanup_(varlink_unrefp) Varlink *vl = NULL; int r;