mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +00:00
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>
This commit is contained in:
parent
a16d0e7bb3
commit
f460ecf9a7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user