/* process full record only */
if (b_data(dbuf) < (spop_conn->dfl)) {
+ spop_conn->flags |= SPOP_CF_DEM_SHORT_READ;
TRACE_DEVEL("leaving on missing data", SPOP_EV_RX_FRAME|SPOP_EV_RX_HELLO, spop_conn->conn);
return 0;
}
/* process full record only */
if (b_data(dbuf) < (spop_conn->dfl)) {
+ spop_conn->flags |= SPOP_CF_DEM_SHORT_READ;
TRACE_DEVEL("leaving on missing data", SPOP_EV_RX_FRAME|SPOP_EV_RX_DISCO, spop_conn->conn);
return 0;
}
/* process full record only */
if (b_data(dbuf) < (spop_conn->dfl)) {
+ spop_conn->flags |= SPOP_CF_DEM_SHORT_READ;
TRACE_DEVEL("leaving on missing data", SPOP_EV_RX_FRAME|SPOP_EV_RX_DISCO, spop_conn->conn);
return 0;
}