diff options
author | Volker Lendecke <vl@samba.org> | 2013-10-27 15:27:45 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-10-28 08:26:42 +0100 |
commit | 871e60297fd6823bc9f7479f2375f092091958c2 (patch) | |
tree | 2c9e91e8b5edc0a9938baf10205f0be494b492a6 /source4/selftest/test_swig.sh | |
parent | 00132ab65c1b577d7dabf665f5e32ecf2620a2ab (diff) | |
download | samba-871e60297fd6823bc9f7479f2375f092091958c2.tar.gz samba-871e60297fd6823bc9f7479f2375f092091958c2.tar.bz2 samba-871e60297fd6823bc9f7479f2375f092091958c2.zip |
rpc_server: Fix some uses of tevent_req_nomem
tevent_req_nomem is to be used in a sequence of async actions where we
have one main request. This is a completely independent loop without one
central tevent_req. tevent_req_nomem is used as a simple way to signal
an out of memory condition to the main request representing the async
sequence. If we don't have such a tevent_req, we need to directly check
for NULL.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/selftest/test_swig.sh')
0 files changed, 0 insertions, 0 deletions