a0c764a Just return NULL if tevent_req_create() fails

5 files Authored by sbose 8 years ago, Committed by lslebodn 8 years ago,
    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>
    
        
file modified
+1 -2
file modified
+1 -2