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/bus.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bus/bus.c') diff --git a/bus/bus.c b/bus/bus.c index 468d820b..1a619b47 100644 --- a/bus/bus.c +++ b/bus/bus.c @@ -143,6 +143,8 @@ bus_context_new (const char *address, DBusError *error) { BusContext *context; + + _DBUS_ASSERT_ERROR_IS_CLEAR (error); context = dbus_new0 (BusContext, 1); if (context == NULL) -- cgit