summaryrefslogtreecommitdiffstats
path: root/source3/torture/wbc_async.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/wbc_async.c')
-rw-r--r--source3/torture/wbc_async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/wbc_async.c b/source3/torture/wbc_async.c
index 182474c2167..9252b58bc98 100644
--- a/source3/torture/wbc_async.c
+++ b/source3/torture/wbc_async.c
@@ -551,7 +551,7 @@ struct tevent_req *wb_trans_send(TALLOC_CTX *mem_ctx,
if (!tevent_queue_add(wb_ctx->queue, ev, req, wb_trans_trigger,
NULL)) {
- tevent_req_nomem(NULL, req);
+ tevent_req_oom(req);
return tevent_req_post(req, ev);
}
return req;