mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 22:02:23 +00:00
Merge pull request #15495 from FRRouting/mergify/bp/dev/10.0/pr-15487
lib: fix apply_finish callback in northbound (backport #15487)
This commit is contained in:
commit
0f81bdcbeb
@ -1873,7 +1873,7 @@ static void nb_transaction_apply_finish(struct nb_transaction *transaction,
|
||||
|
||||
dnode = lyd_parent(dnode);
|
||||
if (!dnode)
|
||||
break;
|
||||
continue;
|
||||
|
||||
/*
|
||||
* The dnode from 'delete' callbacks point to elements
|
||||
|
Loading…
Reference in New Issue
Block a user