aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_shm_mq/worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/test_shm_mq/worker.c')
-rw-r--r--src/test/modules/test_shm_mq/worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/test_shm_mq/worker.c b/src/test/modules/test_shm_mq/worker.c
index 2180776a669..9b037b98fe7 100644
--- a/src/test/modules/test_shm_mq/worker.c
+++ b/src/test/modules/test_shm_mq/worker.c
@@ -190,7 +190,7 @@ copy_messages(shm_mq_handle *inqh, shm_mq_handle *outqh)
break;
/* Send it back out. */
- res = shm_mq_send(outqh, len, data, false);
+ res = shm_mq_send(outqh, len, data, false, true);
if (res != SHM_MQ_SUCCESS)
break;
}