diff options
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clidgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c index fe6269b9e1..8a95cba605 100644 --- a/source3/libsmb/clidgram.c +++ b/source3/libsmb/clidgram.c @@ -271,7 +271,7 @@ static bool parse_getdc_response( return false; } - status = pull_netlogon_samlogon_response(&blob, mem_ctx, r); + status = pull_netlogon_samlogon_response(&blob, r, r); if (!NT_STATUS_IS_OK(status)) { TALLOC_FREE(r); return false; |