mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 01:20:53 +00:00
resolved: remove unused variable
This commit is contained in:
@@ -1011,7 +1011,6 @@ finish:
|
||||
}
|
||||
|
||||
static int bus_method_resolve_service(sd_bus_message *message, void *userdata, sd_bus_error *error) {
|
||||
_cleanup_(dns_resource_key_unrefp) DnsResourceKey *key = NULL;
|
||||
_cleanup_(dns_question_unrefp) DnsQuestion *question = NULL;
|
||||
const char *name, *type, *domain, *joined;
|
||||
_cleanup_free_ char *n = NULL;
|
||||
|
||||
Reference in New Issue
Block a user