mirror_frr/mgmtd
Donald Sharp af001e29f9 mgmtd: xpath is already NULL in the failure path
There is no way that xpath can ever be anything but NULL
in the failure path with the goto's.  Let's just remove
the goto's and return immediately.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2023-05-31 07:54:10 -04:00
..
.gitignore mgmtd: Bringup MGMTD daemon and datastore module support 2023-03-21 22:08:32 -04:00
Makefile mgmtd: Bringup MGMTD daemon and datastore module support 2023-03-21 22:08:32 -04:00
mgmt_be_adapter.c mgmtd: address review comments 2023-05-30 02:10:20 -04:00
mgmt_be_adapter.h mgmtd: address review comments 2023-05-30 02:10:20 -04:00
mgmt_defines.h lib: remove write-on-off, just requeue to the back of the queue 2023-05-28 05:13:22 -04:00
mgmt_ds.c mgmtd: simplify early config build removing unused code 2023-05-30 02:09:51 -04:00
mgmt_ds.h mgmtd: simplify early config build removing unused code 2023-05-30 02:09:51 -04:00
mgmt_fe_adapter.c mgmtd: Add note to SETCFG_REQ and debug logging 2023-05-30 02:09:51 -04:00
mgmt_fe_adapter.h mgmtd: convert BE/FE adapter to use allocated connections 2023-05-28 05:13:22 -04:00
mgmt_history.c mgmtd: fix uninit warning and cleanup history error messages 2023-05-18 08:42:42 -04:00
mgmt_history.h mgmtd: simplify commit id to just be a timeval string 2023-05-04 14:47:55 -04:00
mgmt_main.c lib: mgmtd: add manual vty server start option and use it 2023-05-30 02:10:20 -04:00
mgmt_memory.c mgmtd: cleanup BE xpath subscription and matching code 2023-05-30 02:10:20 -04:00
mgmt_memory.h mgmtd: cleanup BE xpath subscription and matching code 2023-05-30 02:10:20 -04:00
mgmt_txn.c mgmtd: xpath is already NULL in the failure path 2023-05-31 07:54:10 -04:00
mgmt_txn.h *: Convert struct event_master to struct event_loop 2023-03-24 08:32:17 -04:00
mgmt_vty.c mgmtd: fix possible race btw read config and backend connection 2023-05-30 11:52:19 -04:00
mgmt.c mgmtd: fix possible race btw read config and backend connection 2023-05-30 11:52:19 -04:00
mgmt.h mgmtd: fix reading of config file[s] 2023-05-30 02:09:44 -04:00
subdir.am Merge pull request #13601 from opensourcerouting/build-yang-embed-20230525 2023-05-30 11:34:29 -04:00