~kris/9p

9hist

0cbfcbc68e60b90882c19a0aabda6e2c522d74e9 — David du Colombier 28 years ago a137053
Plan 9 from Bell Labs 1998-06-02
1 files changed, 3 insertions(+), 0 deletions(-)

M ip/ipmux.c
M ip/ipmux.c => ip/ipmux.c +3 -0
@@ 724,6 724,9 @@ yes:
	runlock(f);

	if(c != nil){
		/* tack on interface address */
		bp = padblock(bp, IPaddrlen);
		ipmove(bp->rp, ia);
		qpass(c->rq, bp);
		return;
	}