gdbus: do not check signature twice
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Sun, 20 May 2012 05:07:36 +0000 (02:07 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 20 May 2012 09:47:57 +0000 (02:47 -0700)
commit4fa967e7e279478db62cac03b2fb606ad7cff5c4
tree65b2d6305e647147fa57addaf80c828229f6dc94
parente400426267975ce3f8155e71b05bffccfd29826f
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