Skip to content
Snippets Groups Projects
Commit 8e32b8e8 authored by Philip Withnall's avatar Philip Withnall
Browse files

gdbusserver: Delete socket and nonce file when stopping server


Rather than when finalising it. They should be automatically recreated
if the server is re-started.

This is important for ensuring that all externally visible behaviour of
the `GDBusServer` is synchronised with calls to
g_dbus_server_{start,stop}(). Finalisation of the server object could
happen an arbitrarily long time after g_dbus_server_stop() is called.

Signed-off-by: default avatarPhilip Withnall <withnall@endlessm.com>

Helps: #1318
parent 61f693fb
No related branches found
No related tags found
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