mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 03:10:10 +01:00
core: fix return type of addrconf6_start()
It returned a boolean and the caller expected a boolean, but the return type was NMActStageReturn.
This commit is contained in:
parent
16a9fc49dd
commit
264c0f162c
1 changed files with 1 additions and 1 deletions
|
|
@ -4047,7 +4047,7 @@ addrconf6_start_with_link_ready (NMDevice *self)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
static NMActStageReturn
|
||||
static gboolean
|
||||
addrconf6_start (NMDevice *self, NMSettingIP6ConfigPrivacy use_tempaddr)
|
||||
{
|
||||
NMDevicePrivate *priv = NM_DEVICE_GET_PRIVATE (self);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue