From 2f3fbd451d2bed1737052c672974e3dc31ad015f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 5 Apr 2003 20:38:01 +0000 Subject: 2003-04-05 Havoc Pennington * doc/config-file.txt (Elements): fix docs of to reflect reality; in fact multiple mechanisms are allowed. * dbus/dbus-internals.c (_dbus_real_assert) (_dbus_real_assert_not_reached): move guts of _dbus_assert() and _dbus_assert_not_reached() into functions, so that they don't show up in basic block counts for test coverage, and don't use up as much disk space. Does mean slower execution speed though, so assumes --disable-asserts is the normal production case. --- doc/config-file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/config-file.txt b/doc/config-file.txt index 8c2152b5..897c2380 100644 --- a/doc/config-file.txt +++ b/doc/config-file.txt @@ -89,7 +89,7 @@ Elements: Lists permitted authorization mechanisms. If this element doesn't exist, then all known mechanisms are allowed. If there are - multiple elements, the last one wins (they are not merged). + multiple elements, all the listed mechanisms are allowed. The order in which mechanisms are listed is not meaningful. Example: EXTERNAL -- cgit