Skip to content
Commit 76540fda authored by Jonathan Matthew's avatar Jonathan Matthew 🐌
Browse files

metadata: GDBusServer new-connection signal needs a return value

Turns out this is kind of important and has been working mostly by
luck until now.  When compiled with gcc's -fstack-protector-strong,
we ended up returning 0, which in this case means that the connection
isn't interesting, so it stops processing messages on it.

https://bugzilla.gnome.org/show_bug.cgi?id=706470
parent 92d75eaa
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