commit | 42ed9da7b646ce4b05ffafcae805a3018fb6f164 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sat Mar 20 18:59:59 2004 +0000 |
committer | hasso <hasso> | Sat Mar 20 18:59:59 2004 +0000 |
tree | bc0e07510546d644d1e297ed44350f7c74e8072e | |
parent | 158cdad448eee409025b91ee152c505a62840cc3 [diff] [blame] |
Fix segfault in ospfd - [quagga-dev 980].
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 5e2c3a2..14cd976 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c
@@ -7142,7 +7142,7 @@ char *distribute_str[] = { "system", "kernel", "connected", "static", "rip", - "ripng", "ospf", "ospf6", "bgp"}; + "ripng", "ospf", "ospf6", "isis", "bgp"}; int config_write_ospf_redistribute (struct vty *vty, struct ospf *ospf) {