Fix compilation of the idevice device

My fault :(
This commit is contained in:
Bastien Nocera 2010-05-28 14:34:28 +01:00 committed by Richard Hughes
parent 5cec5b180f
commit 18c8d26b02

View file

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