[systemd-devel] [PATCH 2/2] test: Use 'CapBnd' string for capability bounding set
Djalal Harouni
tixxdz at opendz.org
Tue Sep 16 19:12:33 PDT 2014
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");
--
1.9.3
More information about the systemd-devel
mailing list