summaryrefslogtreecommitdiffstats
path: root/source4/kdc/proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/kdc/proxy.c')
-rw-r--r--source4/kdc/proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/proxy.c b/source4/kdc/proxy.c
index 98db956f65e..324bfb8e2e1 100644
--- a/source4/kdc/proxy.c
+++ b/source4/kdc/proxy.c
@@ -556,7 +556,7 @@ static void kdc_tcp_proxy_read_pdu_done(struct tevent_req *subreq)
*/
state->out = data_blob_talloc(state, raw.data + 4, raw.length - 4);
if (state->out.length != raw.length - 4) {
- tevent_req_nomem(NULL, req);
+ tevent_req_oom(req);
return;
}