Skip to content

Commit

Permalink
udp-notif UPDATE fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremie6wind committed Sep 8, 2023
1 parent 843682d commit 5a1eada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netconf_subscribed_notifications.c
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,7 @@ np2srv_config_subscriptions_cb(sr_session_ctx_t *session, uint32_t UNUSED(sub_id
int r, rc = SR_ERR_OK;
sr_change_oper_t op;

if (event != SR_EV_CHANGE) {
if (event != SR_EV_DONE) {
return SR_ERR_OK;
}

Expand Down

0 comments on commit 5a1eada

Please sign in to comment.