From 3abcc7d28d73559c1f6d585c619c7298ff79101e Mon Sep 17 00:00:00 2001 From: Olivier Andrieu Date: Sat, 31 Jul 2004 18:28:10 +0000 Subject: * bus/config-parser.c (bus_config_parser_new): fix an invalid _unref in the SELinux support. * doc/busconfig.dtd: update DTD for SELinux support. * bus/config-loader-libxml.c: fix error handler and parser initialisation/cleanup. OOM test now works with libxml2 HEAD. * configure.in: remove the warning about libxml2 * dbus/dbus-bus.c: silence doxygen warning. --- dbus/dbus-bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-bus.c') diff --git a/dbus/dbus-bus.c b/dbus/dbus-bus.c index 4dd2eaf9..567468ff 100644 --- a/dbus/dbus-bus.c +++ b/dbus/dbus-bus.c @@ -549,7 +549,7 @@ dbus_bus_get_base_service (DBusConnection *connection) * Asks the bus to return the uid of a service. * * @param connection the connection - * @param service_name the service name + * @param service the service name * @param error location to store the error * @returns a result code, -1 if error is set */ -- cgit