diff options
| author | David Greenman <dg@FreeBSD.org> | 1997-04-03 05:14:45 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1997-04-03 05:14:45 +0000 |
| commit | ca98b82c8df1e00c65cd0837022fdd1d07b10cfa (patch) | |
| tree | a06c467c106468fdf665b8be97ae97171c455295 /sys/netinet/ip_divert.c | |
| parent | 5d00c0a49935cc4ba172d6018729ca72bc562343 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_divert.c')
| -rw-r--r-- | sys/netinet/ip_divert.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c index 8cfd0ffefa14..335ed5179db2 100644 --- a/sys/netinet/ip_divert.c +++ b/sys/netinet/ip_divert.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ip_divert.c,v 1.6 1997/02/22 09:41:31 peter Exp $ + * $Id: ip_divert.c,v 1.7 1997/03/03 09:23:34 davidg Exp $ */ #include <sys/param.h> @@ -280,7 +280,7 @@ div_usrreq(so, req, m, nam, control) (error = in_pcballoc(so, &divcbinfo))) break; inp = (struct inpcb *)so->so_pcb; - inp->inp_ip.ip_p = (int)nam; /* XXX */ + inp->inp_ip_p = (int)nam; /* XXX */ inp->inp_flags |= INP_HDRINCL; /* The socket is always "connected" because we always know "where" to send the packet */ |
