bluetooth: add a missing GError initializer

This commit is contained in:
Lubomir Rintel 2016-04-25 13:47:12 +02:00
parent b69ce27688
commit 3ad7be3e6a

View file

@ -788,7 +788,7 @@ static void
adapter5_on_acquired (GObject *object, GAsyncResult *res, NMBluezDevice *self)
{
NMBluezDevicePrivate *priv = NM_BLUEZ_DEVICE_GET_PRIVATE (self);
GError *error;
GError *error = NULL;
GVariant *v;
priv->adapter5 = g_dbus_proxy_new_for_bus_finish (res, &error);