a0c764a36f2f432e6063de84be6f6af7e96ec159 |
|
11-Feb-2016 |
Sumit Bose <sbose@redhat.com> |
Just return NULL if tevent_req_create() fails
In general we just return NULL if tevent_req_create() fails because
there is nothing we can do with the request anyway. Especially
tevent_req_error() should not be called because it tries to dereference
req.
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |