]> code.delx.au - pulseaudio/commit
bluetooth: Remove minor unnecessary check
authorMikel Astiz <mikel.astiz@bmw-carit.de>
Thu, 26 Jul 2012 10:36:33 +0000 (12:36 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Sat, 28 Jul 2012 13:58:59 +0000 (16:58 +0300)
commit57469ce73443c27ab0046962265e398cf6ec2cf0
treeb6a19b9f39930a0008c1c3d9abbf2bdb6cd11162
parentffe723d50670fd1d185f0f11353124baf233ecb5
bluetooth: Remove minor unnecessary check

The return value of dbus_message_iter_next() doesn't need to be checked
since the while condition will be false anyway (arg type will be
DBUS_TYPE_INVALID).
src/modules/bluetooth/bluetooth-util.c