mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 10:31:09 +00:00
Merge pull request #452 from hwchiu/fix_ldpd
Fix the error message when execute ldpd with --enable-tcp-zebra
This commit is contained in:
commit
e614794b43
@ -500,8 +500,11 @@ start_child(enum ldpd_process p, char *argv0, int fd_async, int fd_sync,
|
||||
argv[argc++] = (char *)ctl_sock_custom_path;
|
||||
}
|
||||
/* zclient serv path */
|
||||
#ifdef HAVE_TCP_ZEBRA
|
||||
#else
|
||||
argv[argc++] = (char *)"-z";
|
||||
argv[argc++] = (char *)zclient_serv_path_get();
|
||||
#endif
|
||||
/* instance */
|
||||
if (instance) {
|
||||
argv[argc++] = (char *)"-n";
|
||||
|
Loading…
Reference in New Issue
Block a user