summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_usrreq.c
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>1999-02-06 10:48:11 +0000
committerjhay <jhay@FreeBSD.org>1999-02-06 10:48:11 +0000
commit44b567482e8c3da75ed3a19998b014b842e36ad7 (patch)
treee65a376d24d8a83c1481e0bcf3ed270388ac69df /sys/netipx/ipx_usrreq.c
parent263576a9fc3b774ced351c2c66aceede13ddf62d (diff)
downloadFreeBSD-src-44b567482e8c3da75ed3a19998b014b842e36ad7.zip
FreeBSD-src-44b567482e8c3da75ed3a19998b014b842e36ad7.tar.gz
Make it possible to use lo0 as an internal IPX network. This is usefull
for mars_nwe server and nwfs. PR: 9871 Submitted by: Boris Popov <bp@butya.kz>
Diffstat (limited to 'sys/netipx/ipx_usrreq.c')
-rw-r--r--sys/netipx/ipx_usrreq.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c
index 63e1406..25806aa 100644
--- a/sys/netipx/ipx_usrreq.c
+++ b/sys/netipx/ipx_usrreq.c
@@ -33,7 +33,7 @@
*
* @(#)ipx_usrreq.c
*
- * $Id: ipx_usrreq.c,v 1.20 1998/08/23 03:07:15 wollman Exp $
+ * $Id: ipx_usrreq.c,v 1.21 1998/12/07 21:58:42 archie Exp $
*/
#include "opt_ipx.h"
@@ -560,8 +560,7 @@ ipx_send(so, flags, m, nam, control, p)
if (nam != NULL) {
ipx_pcbdisconnect(ipxp);
splx(s);
- ipxp->ipxp_laddr.x_host = laddr.x_host;
- ipxp->ipxp_laddr.x_port = laddr.x_port;
+ ipxp->ipxp_laddr = laddr;
}
send_release:
OpenPOWER on IntegriCloud