diff options
author | Havoc Pennington <hp@redhat.com> | 2003-03-26 03:58:11 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-03-26 03:58:11 +0000 |
commit | 90ed1d84588a84697051e643175452c50d682ece (patch) | |
tree | a8ee3ecb05c584194d5c74e98038c24e5fdabe9b /bus/bus.c | |
parent | 17e82f5728d3fc8abd41c816b1c34c506339c7a7 (diff) |
2003-03-25 Havoc Pennington <hp@redhat.com>
* 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
Diffstat (limited to 'bus/bus.c')
-rw-r--r-- | bus/bus.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |