mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 05:18:23 +02:00
parent
74e9468c51
commit
68d7e63886
1 changed files with 2 additions and 2 deletions
|
|
@ -1549,11 +1549,11 @@ error:
|
|||
* DBus interface has appeared already. If so proceed to call Start or
|
||||
* StartOpen on that interface.
|
||||
*/
|
||||
static void act_check_interface (NMDeviceIwd *self)
|
||||
static void
|
||||
act_check_interface (NMDeviceIwd *self)
|
||||
{
|
||||
NMDeviceIwdPrivate *priv = NM_DEVICE_IWD_GET_PRIVATE (self);
|
||||
NMDevice *device = NM_DEVICE (self);
|
||||
gs_free_error GError *error = NULL;
|
||||
NMSettingWireless *s_wireless;
|
||||
NMSettingWirelessSecurity *s_wireless_sec;
|
||||
GDBusProxy *proxy = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue