TMXR: Fix debug output of remaining data after removing telnet negotiation from the input buffer
This commit is contained in:
parent
6d61821e3c
commit
9fdd8a8706
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue