Fix the parameters of a call to in_setsockaddr().

This commit is contained in:
Garrett Wollman 1997-02-20 18:39:33 +00:00
parent 46da72bdf7
commit 7e05e70c2c

View File

@ -330,7 +330,7 @@ div_usrreq(so, req, m, nam, control)
break;
case PRU_SOCKADDR:
in_setsockaddr(inp, nam);
in_setsockaddr(so, nam);
break;
case PRU_SENSE: