s3:libsmb: always use the tevent_req_nomem() for checking allocation failures
authorStefan Metzmacher <metze@samba.org>
Tue, 21 Apr 2009 15:42:39 +0000 (17:42 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 21 Apr 2009 15:42:39 +0000 (17:42 +0200)
commit14bbed1d6703764e6a58f335f142490895e5c768
tree4dcf6c9b4b7cab60863b09ebb46fd31a0c3e6388
parent7a0a134e0cc0720402b2e07ee8bc9887ce8e8c5d
s3:libsmb: always use the tevent_req_nomem() for checking allocation failures

This will also make sure we cleanup 'req' in case of an error.

metze
source3/libsmb/clifile.c