Skip to content
Commit a8c8de24 authored by Sven Neumann's avatar Sven Neumann Committed by Jens Georg
Browse files

connman: fix a race on the DBus interface to connman

If a service property changes between the time that the
DBus proxy for the service is created and the connection
to the "PropertyChanged" signal has been made, then this
property change is lost.

Fix this by doing an extra "GetProperties" call after
the signal connection has been made.

https://bugzilla.gnome.org/show_bug.cgi?id=770318
parent 4a7d4342
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment