From f2c806522030d4964b4ca649637a7901751d8496 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 13 Dec 2002 21:44:27 +0000 Subject: Kevin C Miller [zebra 16681] OSPF NSSA Patches --- zebra/connected.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/connected.c') diff --git a/zebra/connected.c b/zebra/connected.c index 22c9a1f6..dcb0b875 100644 --- a/zebra/connected.c +++ b/zebra/connected.c @@ -69,7 +69,7 @@ connected_up_ipv4 (struct interface *ifp, struct connected *ifc) p.prefixlen = addr->prefixlen; /* Point-to-point check. */ - if (ifc_pointopoint (ifc)) + if (ifc_pointopoint (ifc) && dest) p.prefix = dest->prefix; else p.prefix = addr->prefix; -- cgit v1.2.1