That hurt

This commit is contained in:
XANTRONIX Development 2020-05-29 23:16:25 -04:00 committed by XANTRONIX Industrial
parent d266058ad4
commit 307a668d6d

View file

@ -41,7 +41,7 @@ patty_kiss_tnc *patty_kiss_tnc_open_fd(int fd) {
goto error_malloc_buf;
}
tnc->fd = fd;
tnc->fd = fd;
tnc->bufsz = PATTY_KISS_BUFSZ;
tnc->offset = 0;
tnc->dropped = 0;