mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 09:30:13 +01:00
bluetooth: add a missing GError initializer
This commit is contained in:
parent
b69ce27688
commit
3ad7be3e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue