[systemd-devel] [PATCH 2/2] test: Use 'CapBnd' string for capability bounding set
Daniel Mack
daniel at zonque.org
Wed Sep 17 03:03:07 PDT 2014
On 09/17/2014 04:12 AM, Djalal Harouni wrote:
> Signed-off-by: Djalal Harouni <tixxdz at opendz.org>
> ---
> test/kdbus-util.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/kdbus-util.c b/test/kdbus-util.c
> index fe4565c..b1c5864 100644
> --- a/test/kdbus-util.c
> +++ b/test/kdbus-util.c
> @@ -569,7 +569,7 @@ void kdbus_msg_dump(const struct kdbus_conn *conn, const struct kdbus_msg *msg)
> for (i = 0; i < n; i++)
> kdbus_printf("%08x", cap[(2 * n) + (n - i - 1)]);
>
> - kdbus_printf(" CapInh=");
> + kdbus_printf(" CapBnd=");
> for (i = 0; i < n; i++)
> kdbus_printf("%08x", cap[(3 * n) + (n - i - 1)]);
> kdbus_printf("\n");
>
Appplied both, thanks!
More information about the systemd-devel
mailing list