]> git.ipfire.org Git - thirdparty/dbus.git/commit
_dbus_credentials_to_string_append: Remove useless join = FALSE
authorSimon McVittie <smcv@collabora.com>
Tue, 16 Jan 2018 13:15:34 +0000 (13:15 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 2 Mar 2018 14:51:44 +0000 (14:51 +0000)
commitde5979188296fa087a12948a89bccd982d0ccbb0
treee060d89cadb651cc63627e61052a32bdffbd89be
parent5efe081fd4c44934a96cfc0a1900a843aad36925
_dbus_credentials_to_string_append: Remove useless join = FALSE

It can't actually matter in practice, because we never know the
Unix uid and Unix groups but not pid, and we never have a Windows SID
and also a Linux security label; but resetting join to FALSE can only
ever result in us outputting something like "foo=123bar=456" instead
of the intended form with a space in the middle.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103737
dbus/dbus-credentials.c