mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 09:20:08 +01:00
bluetooth: add a missing GError initializer
(cherry picked from commit3ad7be3e6a) (cherry picked from commita57227914e)
This commit is contained in:
parent
a6deb2b1f9
commit
ba77eb5f43
1 changed files with 1 additions and 1 deletions
|
|
@ -793,7 +793,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