From 90ed1d84588a84697051e643175452c50d682ece Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 26 Mar 2003 03:58:11 +0000 Subject: 2003-03-25 Havoc Pennington * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR * configure.in: add --with-xml option to specify XML library, right now only libxml is supported. * bus/config-loader-libxml.c, config-parser.c: sync some minor nonworking code between home and work, still just stubs --- bus/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/connection.c') diff --git a/bus/connection.c b/bus/connection.c index 4cb98f65..ee7d183c 100644 --- a/bus/connection.c +++ b/bus/connection.c @@ -1023,7 +1023,7 @@ bus_transaction_send_error_reply (BusTransaction *transaction, DBusMessage *in_reply_to) { DBusMessage *reply; - + _dbus_assert (error != NULL); _DBUS_ASSERT_ERROR_IS_SET (error); -- cgit