summaryrefslogtreecommitdiff
path: root/README.packaging4
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-10-27 15:27:45 +0100
committerAndreas Schneider <asn@samba.org>2013-10-28 08:26:42 +0100
commit871e60297fd6823bc9f7479f2375f092091958c2 (patch)
tree2c9e91e8b5edc0a9938baf10205f0be494b492a6 /README.packaging4
parent00132ab65c1b577d7dabf665f5e32ecf2620a2ab (diff)
downloadsamba-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 'README.packaging4')
0 files changed, 0 insertions, 0 deletions