From f06645add820c315045622d2de3aa5913ba05d9c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 22 Jun 2011 18:44:40 +0100 Subject: [PATCH 4/4] dbus-spam: use the DBUS_TIMEOUT_INFINITE constant now that it exists --- tools/dbus-spam.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/dbus-spam.c b/tools/dbus-spam.c index 5c0f8aa..d680f12 100644 --- a/tools/dbus-spam.c +++ b/tools/dbus-spam.c @@ -393,7 +393,7 @@ dbus_test_tool_spam (int argc, char **argv) if (!dbus_connection_send_with_reply (connection, message, &pc, - 0x7FFFFFFF)) + DBUS_TIMEOUT_INFINITE)) tool_oom ("sending message"); VERBOSE (stderr, "sent message #%d\n", sent); -- 1.7.5.4