From f1d730447d147cececfd7c2fd2a99359b4034722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Thu, 10 Oct 2024 10:49:15 +0200 Subject: [PATCH] confd: ietf-system: Add missing endspent() when getting operational data This fix #697 --- src/confd/src/ietf-system.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/confd/src/ietf-system.c b/src/confd/src/ietf-system.c index 0029ea2e0..39ef7dfd6 100644 --- a/src/confd/src/ietf-system.c +++ b/src/confd/src/ietf-system.c @@ -1407,6 +1407,7 @@ static int auth_cb(sr_session_ctx_t *session, uint32_t sub_id, const char *modul lyd_new_path(*parent, NULL, xpath, spwd->sp_pwdp, 0, 0); } + endspent(); return SR_ERR_OK; }