commit | e21dbee1d382e73d1897f96c0bd450f216389b74 | [log] [tgz] |
---|---|---|
author | E. Scott Daniels <daniels@research.att.com> | Wed Sep 25 11:06:07 2019 -0400 |
committer | E. Scott Daniels <daniels@research.att.com> | Wed Sep 25 11:06:07 2019 -0400 |
tree | 94de3060bb273ee9a9b09fb0a40aac10b90eaaaf | |
parent | 4441a79be9a6f9d1b4ec0111eb0030a8f2e3e5e5 [diff] |
Correct bug in mt call mode receive with timeout The rmr_torcv_msg() function was improperly interpreting the timeout setting with a value of 0 was given. The expected behaviour is to return immediately if no messages are waiting, but blocking was happening when used in conjunction with the MT-CALL mode. Signed-off-by: E. Scott Daniels <daniels@research.att.com> Change-Id: Icbbd5705e1d631f3c78dc0c27a392f681dad8737