]> git.puffer.fish Git - mirror/frr.git/commitdiff
ldpd: fix silly bug introduced by a recent commit
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 3 Feb 2017 13:08:45 +0000 (11:08 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 6 Feb 2017 14:13:44 +0000 (12:13 -0200)
This call to fatalx() was making ldpd crash when a pseudowire was
configured.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ldpd/lde.c

index ff8004720708020232abd3773f0e5ba4d03cf4dd..05267a82c4558ffe6a8f540a9aa9e031e1fb4af9 100644 (file)
@@ -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;
        }