mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 13:46:45 +00:00
Merge pull request #15566 from idryzhov/daemonize-nb-logs
lib: remove nb/yang memory cleanup when daemonizing
This commit is contained in:
commit
051f2249e9
@ -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