1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r9701: Provide correct parameters.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2005-08-28 01:54:27 +00:00 committed by Gerald (Jerry) Carter
parent 3709def353
commit 1cd62944f1

View File

@ -339,7 +339,7 @@ static BOOL torture_pac_saved_check(void)
/* Decode and verify the signaure on the PAC */
nt_status = kerberos_decode_pac(mem_ctx, &pac_data,
tmp_blob,
smb_krb5_context,
smb_krb5_context->krb5_context,
&krbtgt_keyblock,
&server_keyblock);
if (!NT_STATUS_IS_OK(nt_status)) {
@ -357,7 +357,7 @@ static BOOL torture_pac_saved_check(void)
/* Parse the PAC again, for the logon info this time */
nt_status = kerberos_pac_logon_info(mem_ctx, &logon_info,
tmp_blob,
smb_krb5_context,
smb_krb5_context->krb5_context,
&krbtgt_keyblock,
&server_keyblock);
@ -459,7 +459,7 @@ static BOOL torture_pac_saved_check(void)
nt_status = kerberos_decode_pac(mem_ctx, &pac_data,
tmp_blob,
smb_krb5_context,
smb_krb5_context->krb5_context,
&krbtgt_keyblock,
&server_keyblock);
if (NT_STATUS_IS_OK(nt_status)) {