mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-28 12:55:01 +00:00
Merge pull request #16029 from FRRouting/mergify/bp/stable/10.0/pr-15566
lib: remove nb/yang memory cleanup when daemonizing (backport #15566)
This commit is contained in:
commit
a784c34ed8
@ -957,8 +957,6 @@ static void frr_daemonize(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
close(fds[1]);
|
close(fds[1]);
|
||||||
nb_terminate();
|
|
||||||
yang_terminate();
|
|
||||||
frr_daemon_wait(fds[0]);
|
frr_daemon_wait(fds[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user