gdbus: do not check signature twice
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 18 May 2012 20:30:13 +0000 (17:30 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 18 May 2012 22:02:37 +0000 (15:02 -0700)
commitbb411f47ec30cb02edb4c13f15f14d76a3c1103c
tree4ff67f026ab1a5fc26852b72631abc8af99efb98
parent6470021c2a399565d83f5085116b556fdd5a0339
gdbus: do not check signature twice

Message signature is already checked in generic_message(), so there's no
need to check again in the callback.
gdbus/object.c