Don't forget to attache the sticky route change to the ncp structure.

PR:	29726
This commit is contained in:
Brian Somers 2001-08-15 12:47:51 +00:00
parent 2f4da197f1
commit bcd13e2e67

View File

@ -614,6 +614,7 @@ route_Add(struct sticky_route **rp, int type, const struct ncprange *dst,
r->next = NULL;
ncprange_copy(&r->dst, dst);
ncpaddr_copy(&r->gw, gw);
*rp = r;
}
void