Skip to content

Commit

Permalink
ncc BUGFIX uninit var access
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Mar 17, 2023
1 parent b81788d commit 876bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netconf_confirmed_commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ ncc_changes_rollback_cb(union sigval sev)
{
int rc;
struct np2_user_sess *user_sess = NULL;
sr_session_ctx_t *sr_sess;
sr_session_ctx_t *sr_sess = NULL;
struct lyd_node *node = NULL;
const struct ly_ctx *ly_ctx;
struct lys_module *module = NULL;
Expand Down

0 comments on commit 876bef6

Please sign in to comment.