Plan 9 from Bell Labs 1998-06-27
1 files changed, 3 insertions(+), 1 deletions(-) M ip/ipmux.c
M ip/ipmux.c => ip/ipmux.c +3 -1
@@ 727,7 727,9 @@ yes: /* tack on interface address */ bp = padblock(bp, IPaddrlen); ipmove(bp->rp, ia); - qpass(c->rq, bp); + bp = concatblock(bp); + if(bp != nil) + qpass(c->rq, bp); return; }