dbus: Add an assertion to get rid of a warning from Coverity.
authorTanu Kaskinen <tanu.kaskinen@digia.com>
Mon, 26 Mar 2012 11:52:27 +0000 (14:52 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 28 Mar 2012 14:33:29 +0000 (17:33 +0300)
commit9d640e4491772e9edacc802ac72ed49d1f86176f
tree6eed2017355d087982ca0d49e4d1cee15c091dbd
parent5a26404f12045c37988f53e2cd25004539476ca7
dbus: Add an assertion to get rid of a warning from Coverity.

Coverity thinks that sample can be NULL when it's
dereferenced after this line. Adding an assertion doesn't
hurt here (in my opinion), and that should get rid of the
warning.
src/modules/dbus/iface-core.c