]> code.delx.au - pulseaudio/commit
dbus: Add assertions to get rid of warnings from Coverity.
authorTanu Kaskinen <tanu.kaskinen@digia.com>
Wed, 28 Mar 2012 11:47:20 +0000 (14:47 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 28 Mar 2012 14:34:19 +0000 (17:34 +0300)
commit1c134f45170df1832a982e4653a4054d53a08bf9
treedea2d2ea11732b748b38485f06ce14ea34be1ed6
parent87479307477496d1e3f6720ed9c15d1c890e9b73
dbus: Add assertions to get rid of warnings from Coverity.

Coverity thinks that expected_method_sig can be NULL when
it's dereferenced by pa_streq(). Adding assertions doesn't
hurt here (in my opinion), and that should get rid of the
warnings.
src/pulsecore/protocol-dbus.c