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; }