mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 08:30:15 +01:00
trivial: fix wrong return type
This commit is contained in:
parent
2ea0f3e9c2
commit
e8c6fa8755
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ activate_data_free (ActivateData *data)
|
|||
g_free (data);
|
||||
}
|
||||
|
||||
static NMActStageReturn
|
||||
static gboolean
|
||||
check_master_dependency (NMManager *manager, NMDevice *device, NMConnection *connection)
|
||||
{
|
||||
NMSettingConnection *s_con;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue