dbus_message_demarshal_bytes_needed: correct a wrong assertion
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 9 Jun 2011 17:35:43 +0000 (18:35 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 10 Jun 2011 17:10:17 +0000 (18:10 +0100)
commit90ac05171d018e5d2cc0c3a3195b59425a626f96
tree0ada00fee0e5df41faf421e338c5af6ec4e1e6aa
parentc3223ba6c401ba81df1305851312a47c485e6cd7
dbus_message_demarshal_bytes_needed: correct a wrong assertion

It's entirely possible for a message to indicate how many bytes we need,
without actually being complete.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38120
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
dbus/dbus-message.c