TMXR: Fix debug output of remaining data after removing telnet negotiation from the input buffer

This commit is contained in:
Mark Pizzolato 2015-09-02 16:49:47 -07:00
parent 6d61821e3c
commit 9fdd8a8706

View file

@ -1862,7 +1862,7 @@ for (i = 0; i < mp->lines; i++) { /* loop thru lines */
} /* end case state */
} /* end for char */
if (nbytes != (lp->rxbpi-lp->rxbpr)) {
tmxr_debug (TMXR_DBG_RCV, lp, "Remaining", &(lp->rxb[lp->rxbpi]), lp->rxbpi-lp->rxbpr);
tmxr_debug (TMXR_DBG_RCV, lp, "Remaining", &(lp->rxb[lp->rxbpr]), lp->rxbpi-lp->rxbpr);
}
}
} /* end else nbytes */