diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 17:37:58 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 17:37:58 +0200 | 
| commit | 645bb0b10e8144a2b40201e4da6e200d5663b886 (patch) | |
| tree | c527bd7bcc578e2835b1e6e156118c76ff1cb660 /ldpd/ldpe.c | |
| parent | fb82c3dbb2d889135d3e48180ee0764c3ce96dd4 (diff) | |
| parent | 98f65fda88e54c0c1ae3060124c5bcf62bb01796 (diff) | |
Merge branch 'stable/3.0'
Dropped:
	redhat/README.rpm_build.md
	redhat/daemons
	redhat/frr.init
	redhat/frr.logrotate
	redhat/frr.spec.in
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ldpd/ldpe.c')
| -rw-r--r-- | ldpd/ldpe.c | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/ldpd/ldpe.c b/ldpd/ldpe.c index ce2441ca2f..451d637bcf 100644 --- a/ldpd/ldpe.c +++ b/ldpd/ldpe.c @@ -151,11 +151,6 @@ ldpe_init(struct ldpd_init *init)  	TAILQ_INIT(&ctl_conns);  	control_listen(); -#ifdef HAVE_PLEDGE -	if (pledge("stdio cpath inet mcast recvfd", NULL) == -1) -		fatal("pledge"); -#endif -  	LIST_INIT(&global.addr_list);  	RB_INIT(&global.adj_tree);  	TAILQ_INIT(&global.pending_conns);  | 
