bluez: Fix typo in resetting the D-Bus connection

No real effect since FALSE and NULL are both 0
This commit is contained in:
Arun Raghavan 2012-10-12 18:52:24 +05:30
parent 6b1ccb8685
commit b40c4f53a7

View file

@ -140,7 +140,7 @@ gst_avdtp_connection_release (GstAvdtpConnection * conn)
dbus_connection_unref (conn->data.conn);
conn->data.conn = FALSE;
conn->data.conn = NULL;
}
}