0
0
mirror of https://github.com/hufrea/byedpi.git synced 2025-06-29 18:21:14 +00:00

Fix --oob ignoring

This commit is contained in:
ruti 2025-05-26 14:26:21 +03:00
parent c4a9c85f30
commit 4fbef41d2c

View File

@ -587,6 +587,11 @@ ssize_t desync(struct poolhd *pool,
#endif
break;
#endif
case DESYNC_OOB:
s = send_oob(sfd,
buffer + lp, bfsize - lp, pos - lp, dp.oob_char);
break;
case DESYNC_DISORDER:
case DESYNC_DISOOB:
if (!((part.r - r) % 2)