mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
Sending client message on wrong MQ
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1352 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
10a350ebce
commit
083d790f0c
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ static inline void nxmu_connect(FAR struct nxfe_conn_s *conn)
|
|||
|
||||
/* Send the handshake message back to the client */
|
||||
|
||||
ret = mq_send(conn->cwrmq, &outmsg, sizeof(struct nxclimsg_s), NX_CLIMSG_PRIO);
|
||||
ret = mq_send(conn->swrmq, &outmsg, sizeof(struct nxclimsg_s), NX_CLIMSG_PRIO);
|
||||
if (ret < 0)
|
||||
{
|
||||
gdbg("mq_send failed: %d\n", errno);
|
||||
|
|
Loading…
Reference in a new issue