mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
Fix from Andrew Esh for not checking return code.
Jeremy. (This used to be commit 629cea2ff4f640cd60d9ecfa72acf2707b3f1ff4)
This commit is contained in:
parent
5e068f081d
commit
086d8a98e3
@ -299,6 +299,9 @@ static NTSTATUS query_user(struct winbindd_domain *domain,
|
||||
result = cli_samr_query_userinfo(hnd->cli, mem_ctx, &user_pol,
|
||||
0x15, &ctr);
|
||||
|
||||
if (!NT_STATUS_IS_OK(result))
|
||||
goto done;
|
||||
|
||||
cli_samr_close(hnd->cli, mem_ctx, &user_pol);
|
||||
got_user_pol = False;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user