mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 06:50:10 +01:00
device: remove unused variable
Fixes: 620fbb7894 ('device: use nm_device_resolve_address()')
This commit is contained in:
parent
a68b63a859
commit
c89ac8f0c7
1 changed files with 0 additions and 1 deletions
|
|
@ -17663,7 +17663,6 @@ hostname_dns_lookup_callback(GObject *source, GAsyncResult *result, gpointer use
|
|||
{
|
||||
HostnameResolver *resolver;
|
||||
NMDevice * self;
|
||||
gs_free char * hostname = NULL;
|
||||
gs_free char * addr_str = NULL;
|
||||
gs_free char * output = NULL;
|
||||
gs_free_error GError *error = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue