mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-20 15:10:38 +01:00
trivial: fix unused variable 'priv'
(cherry picked from commit 64753b9b3a)
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
36963d6381
commit
d9cba44e6c
1 changed files with 2 additions and 0 deletions
|
|
@ -584,7 +584,9 @@ manager_device_state_changed (NMDevice *device,
|
|||
gpointer user_data)
|
||||
{
|
||||
NMManager *self = NM_MANAGER (user_data);
|
||||
#if WITH_CONCHECK
|
||||
NMManagerPrivate *priv = NM_MANAGER_GET_PRIVATE (self);
|
||||
#endif
|
||||
|
||||
switch (new_state) {
|
||||
case NM_DEVICE_STATE_UNMANAGED:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue