flatpak / xdg-dbus-proxy

GNU Lesser General Public License v2.1
57 stars 21 forks source link

flatpak-proxy: Fix unintended fallthrough #32

Closed smcv closed 2 years ago

smcv commented 2 years ago

If the reply to Hello() is an error (or some other non-reply), we don't want to fall through to EXPECTED_REPLY_REWRITE. Treat it like EXPECTED_REPLY_NORMAL instead.


Detected by enabling more warnings during #31.