diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_misc.c b/source3/winbindd/winbindd_misc.c index b967390966..606a4e105b 100644 --- a/source3/winbindd/winbindd_misc.c +++ b/source3/winbindd/winbindd_misc.c @@ -446,6 +446,7 @@ void winbindd_domain_info(struct winbindd_cli_state *cli) if (req == NULL) { DEBUG(3, ("wb_domain_request_send failed\n")); request_error(cli); + return; } tevent_req_set_callback(req, domain_info_done, state); } |