mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 02:00:03 +01:00
Fix compilation of the idevice device
My fault :(
This commit is contained in:
parent
5cec5b180f
commit
18c8d26b02
1 changed files with 2 additions and 1 deletions
|
|
@ -144,7 +144,8 @@ up_device_idevice_coldplug (UpDevice *device)
|
|||
NULL);
|
||||
|
||||
/* coldplug */
|
||||
ret = up_device_idevice_refresh (device);
|
||||
if (up_device_idevice_refresh (device) == FALSE)
|
||||
goto out;
|
||||
|
||||
/* disconnect */
|
||||
lockdownd_client_free (idevice->priv->client);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue