From 743901cfca18f52fa8d2eb3e42bad76ef8219e75 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 10 Aug 2013 21:56:06 +0200 Subject: [PATCH] session: fix acl dumping if last object of previous scope is equal to first object of next one --- session.c | 1 + 1 file changed, 1 insertion(+) diff --git a/session.c b/session.c index 9f42226..35324bf 100644 --- a/session.c +++ b/session.c @@ -142,6 +142,7 @@ rpc_session_dump_acls(struct rpc_session *ses, struct blob_buf *b) { if (c) blobmsg_close_table(b, c); c = blobmsg_open_table(b, acl_scope->avl.key); + lastobj = NULL; } d = NULL; -- 2.30.2