diff --git a/mbcico/hydra.c b/mbcico/hydra.c index fe5c6135..45ecfeb1 100644 --- a/mbcico/hydra.c +++ b/mbcico/hydra.c @@ -1073,6 +1073,7 @@ int hydra_batch(int role, file_list *to_send) goodbytes += txlen; txlen += 4; hytxpkt(HPKT_DATA, txbuf, txlen); + cmpblksize = H_UNCBLKLEN; } } else { /* @@ -1084,6 +1085,7 @@ int hydra_batch(int role, file_list *to_send) goodbytes += txlen; txlen += 4; hytxpkt(HPKT_DATA, txbuf, txlen); + cmpblksize = H_UNCBLKLEN; } } else { /* @@ -1094,6 +1096,7 @@ int hydra_batch(int role, file_list *to_send) goodbytes += txlen; txlen += 4; hytxpkt(HPKT_DATA, txbuf, txlen); + cmpblksize = H_UNCBLKLEN; } if (goodbytes > goodneeded) { blksize *= 2;