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

(-)nd6_nbr.c (+4 lines)
Lines 257-263 Link Here
257
			 */
257
			 */
258
			if (need_proxy)
258
			if (need_proxy)
259
				proxydl = *SDL(rt->rt_gateway);
259
				proxydl = *SDL(rt->rt_gateway);
260
#ifdef RADIX_MPATH
261
			RTFREE(rt);	/* rtalloc_mpath does not return a locked route */
262
#else
260
			RTFREE_LOCKED(rt);
263
			RTFREE_LOCKED(rt);
264
#endif
261
		}
265
		}
262
		if (need_proxy) {
266
		if (need_proxy) {
263
			/*
267
			/*

Return to bug 156283