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:
Dan Williams 2014-11-14 15:40:29 -06:00
parent 16a9fc49dd
commit 264c0f162c

View file

@ -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);