Skip to content

Commit

Permalink
confd: ietf-system: Add missing endspent() when getting operational data
Browse files Browse the repository at this point in the history
This fix #697
  • Loading branch information
mattiaswal committed Oct 10, 2024
1 parent c0d5bfa commit f1d7304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/confd/src/ietf-system.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit f1d7304

Please sign in to comment.