View | Details | Raw Unified | Return to bug 64345
Collapse All | Expand All

(-)sys/netinet/ip_fw2.c (+1 lines)
Lines 432-437 Link Here
432
432
433
	/* Check if we've cached the route from the previous call. */
433
	/* Check if we've cached the route from the previous call. */
434
	if (src.s_addr != dst->sin_addr.s_addr) {
434
	if (src.s_addr != dst->sin_addr.s_addr) {
435
		if (ro.ro_rt != NULL) RTFREE(ro.ro_rt);
435
		ro.ro_rt = NULL;
436
		ro.ro_rt = NULL;
436
437
437
		bzero(dst, sizeof(*dst));
438
		bzero(dst, sizeof(*dst));

Return to bug 64345