fix dec21140A driver (reported by zvolkov)
This commit is contained in:
parent
180358ffb4
commit
9313bc9a6f
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ PRIVATE void do_reply(dpeth_t * dep)
|
|||
if (dep->de_flags & DEF_ACK_RECV) flags |= DL_PACK_RECV;
|
||||
|
||||
reply.m_type = DL_TASK_REPLY;
|
||||
reply.DL_STAT = flags;
|
||||
reply.DL_FLAGS = flags;
|
||||
reply.DL_COUNT = dep->de_read_s;
|
||||
|
||||
r = send(dep->de_client, &reply);
|
||||
|
|
Loading…
Reference in a new issue