Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/27/1996 09:50:12
christos
Wed Mar 27 09:44:23 EST 1996
Update of /a/cvsroot/src/sys/netns
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv14831

Modified Files:
	ns_pcb.c ns_var.h spp_usrreq.c 
Log Message:
Fix(?) (I have no way to test this) netns crash when receiving PRC_REDIRECT's 
I handled them in a similar way with other protocols, by calling:
    ns_pcbnotify(..., ns_rtchange, ...)
I hope it works.
Fixes PR/2266