From b22e83f56c259d68102d25c5b5986a6247a3b117 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Thu, 11 Sep 2014 17:34:52 +0200 Subject: [PATCH] connection: allow wildcard matches for policy holders --- connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection.c b/connection.c index b190118..2bb937a 100644 --- a/connection.c +++ b/connection.c @@ -1209,7 +1209,7 @@ int kdbus_cmd_conn_update(struct kdbus_conn *conn, ret = kdbus_policy_set(conn->bus->policy_db, cmd->items, KDBUS_ITEMS_SIZE(cmd, items), - 1, false, conn); + 1, true, conn); if (ret < 0) return ret; } -- 2.34.1