diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-02-03 11:08:45 -0200 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-02-06 12:13:44 -0200 |
| commit | f460ecf9a7f35e3ddb5f0d11d6623420c23b22cd (patch) | |
| tree | 0ebd7f23f1dd7e95859a323e65828742bec9bdab | |
| parent | a16d0e7bb3ed16359eb86603d99346dc75e2d00b (diff) | |
ldpd: fix silly bug introduced by a recent commit
This call to fatalx() was making ldpd crash when a pseudowire was
configured.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
| -rw-r--r-- | ldpd/lde.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldpd/lde.c b/ldpd/lde.c index ff80047207..05267a82c4 100644 --- a/ldpd/lde.c +++ b/ldpd/lde.c @@ -609,7 +609,6 @@ lde_assign_label(struct fec *fec, int connected) return (NO_LABEL); break; default: - fatalx("lde_assign_label: unexpected fec type"); break; } |
