diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-04-18 12:35:07 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-04-18 19:21:51 +0100 |
commit | 287242271844b27149459b1448dedebf167a3024 (patch) | |
tree | 3912222dce9b93132c78cab2d06d8a13199c82d9 /bus | |
parent | 1502908465491df129ca2b101bf528e0a9a6fb57 (diff) | |
download | dbus-287242271844b27149459b1448dedebf167a3024.tar.gz |
Rename default_message_unix_fds to DEFAULT_MESSAGE_UNIX_FDS
As Ralf pointed out, we usually use upper-case when substituting
variables (apart from "somethingdir", which Autoconf conventionally
makes lower-case for some reason).
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63682
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
Diffstat (limited to 'bus')
-rw-r--r-- | bus/session.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/session.conf.in b/bus/session.conf.in index bb6f70bc..74d9d1fd 100644 --- a/bus/session.conf.in +++ b/bus/session.conf.in @@ -49,7 +49,7 @@ <limit name="max_outgoing_bytes">1000000000</limit> <limit name="max_outgoing_unix_fds">250000000</limit> <limit name="max_message_size">1000000000</limit> - <limit name="max_message_unix_fds">@default_message_unix_fds@</limit> + <limit name="max_message_unix_fds">@DEFAULT_MESSAGE_UNIX_FDS@</limit> <limit name="service_start_timeout">120000</limit> <limit name="auth_timeout">240000</limit> <limit name="max_completed_connections">100000</limit> |