diff options
author | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-09-17 09:14:49 +0000 |
---|---|---|
committer | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-09-17 09:14:49 +0000 |
commit | 9f892e62a096cd81f1e90ce87c304714c807f832 (patch) | |
tree | efed923c9c790a3faccdba46cbd6e3505fd0154f /doc | |
parent | 11e1c2550e5b9d6ad1ebe931633f354d877c888a (diff) |
* dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
* doc/busconfig.dtd: update the DTD for the at_console attribute.
* bus/driver.c (bus_driver_handle_hello): correctly handle Hello
messages after the first one (bug #1389).
* bus/dispatch.c (check_double_hello_message): add a test case for the
double hello message bug. (check_existent_service_activation): fix
check of spawning error.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/busconfig.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/busconfig.dtd b/doc/busconfig.dtd index 8833cf6..2e8f577 100644 --- a/doc/busconfig.dtd +++ b/doc/busconfig.dtd @@ -29,7 +29,8 @@ <!ATTLIST policy context (default|mandatory) #IMPLIED user CDATA #IMPLIED - group CDATA #IMPLIED> + group CDATA #IMPLIED + at_console (yes|no) #IMPLIED> <!ELEMENT allow EMPTY> <!ATTLIST allow |