]> git.proxmox.com Git - mirror_frr.git/commit - lib/northbound.c
lib: do not attempt to create default nodes from NULL tree node
authorChristian Hopps <chopps@labn.net>
Fri, 11 Jun 2021 13:18:24 +0000 (13:18 +0000)
committerChristian Hopps <chopps@labn.net>
Sat, 12 Jun 2021 09:10:18 +0000 (09:10 +0000)
commit4da08e016b5753558ffe61db532af8a2f9b6a8a5
treefc88ebf07e3c2877052703c6b5159dc767674bd4
parent352cc841d897eb343f12d7f85c7f346ab3c29beb
lib: do not attempt to create default nodes from NULL tree node

Perform same NULL check for dependent node creation code too.

Signed-off-by: Christian Hopps <chopps@labn.net>
lib/northbound.c