summaryrefslogtreecommitdiff
path: root/tools/polkit-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/polkit-test.c')
-rw-r--r--tools/polkit-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/polkit-test.c b/tools/polkit-test.c
index 45e6eb80..ea1d24ae 100644
--- a/tools/polkit-test.c
+++ b/tools/polkit-test.c
@@ -142,7 +142,7 @@ static int check_authorization(DBusConnection *conn)
return -EIO;
}
- if (dbus_message_has_signature(reply, "(bba{ss})") == TRUE) {
+ if (dbus_message_has_signature(reply, "(bba{ss})")) {
dbus_message_iter_init(reply, &iter);
print_arguments(&iter);
}