fix per Jeffrey Jongeward
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Thu, 13 May 1982 07:28:22 +0000 (23:28 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Thu, 13 May 1982 07:28:22 +0000 (23:28 -0800)
SCCS-vsn: sys/vax/mba/ht.c 4.22

usr/src/sys/vax/mba/ht.c

index 039be61..7cd25ba 100644 (file)
@@ -1,4 +1,4 @@
-/*     ht.c    4.21    82/01/17        */
+/*     ht.c    4.22    82/05/12        */
 
 #include "tu.h"
 #if NHT > 0
 
 #include "tu.h"
 #if NHT > 0
@@ -271,6 +271,7 @@ htustart(mi)
                        }
                        if (htaddr->htds & HTDS_EOT) {
                                bp->b_resid = bp->b_bcount;
                        }
                        if (htaddr->htds & HTDS_EOT) {
                                bp->b_resid = bp->b_bcount;
+                               bp->b_flags |= B_ERROR;
                                return (MBU_NEXT);
                        }
                }
                                return (MBU_NEXT);
                        }
                }