mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 23:00:07 +01:00
dhcp: clarify ignored variable name
This commit is contained in:
parent
c0d7c2579e
commit
0075b41510
1 changed files with 2 additions and 2 deletions
|
|
@ -178,7 +178,7 @@ nm_dhcp_device_watch_cleanup (NMDHCPDevice * device)
|
|||
static void
|
||||
nm_dhcp_device_destroy (NMDHCPDevice *device)
|
||||
{
|
||||
int ret;
|
||||
int ignored;
|
||||
|
||||
nm_dhcp_device_timeout_cleanup (device);
|
||||
|
||||
|
|
@ -189,7 +189,7 @@ nm_dhcp_device_destroy (NMDHCPDevice *device)
|
|||
g_hash_table_destroy (device->options);
|
||||
|
||||
if (device->conf_file) {
|
||||
ret = unlink (device->conf_file);
|
||||
ignored = unlink (device->conf_file);
|
||||
g_free (device->conf_file);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue