~kris/9p

9hist

cfaf1a9684f47483ba90fef3f339feb2d42787aa — David du Colombier 35 years ago 2387cf3
Plan 9 from Bell Labs 1991-04-10
1 files changed, 1 insertions(+), 1 deletions(-)

M port/stnoether.c
M port/stnoether.c => port/stnoether.c +1 -1
@@ 148,7 148,7 @@ noetherbad(Noifc *ifc, Block *bp, int circuit)
	nnh->mid = nh->ack;
	memmove(neh->s, eh->d, sizeof(neh->s));
	memmove(neh->d, eh->s, sizeof(neh->d));
	nonetcksum(nbp, 14);
	nonetcksum(nbp, ETHERHDRSIZE);
	PUTNEXT(ifc->wq, nbp);
out:
	freeb(bp);