1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s4:kdc: Remove unused parameter

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-04-27 16:25:23 +12:00 committed by Andrew Bartlett
parent 87f7bd6007
commit 6f1852c953
4 changed files with 0 additions and 7 deletions

View File

@ -692,7 +692,6 @@ krb5_error_code mit_samba_reget_pac(struct mit_samba_context *ctx,
context,
flags,
client_skdc_entry,
server->princ,
krbtgt_skdc_entry,
NULL, /* device */
NULL, /* device_pac */
@ -813,7 +812,6 @@ krb5_error_code mit_samba_update_pac(struct mit_samba_context *ctx,
context,
flags,
client_skdc_entry,
server->princ,
krbtgt_skdc_entry,
NULL, /* device */
NULL, /* device_pac */

View File

@ -2263,8 +2263,6 @@ static krb5_error_code samba_kdc_get_device_info_blob(TALLOC_CTX *mem_ctx,
*
* @param client The client samba kdc entry.
* @param server_principal The server principal
* @param krbtgt The krbtgt samba kdc entry.
*
* @param device The computer's samba kdc entry; used for compound
@ -2281,7 +2279,6 @@ krb5_error_code samba_kdc_verify_pac(TALLOC_CTX *mem_ctx,
krb5_context context,
uint32_t flags,
struct samba_kdc_entry *client,
const krb5_principal server_principal,
const struct samba_kdc_entry *krbtgt,
const struct samba_kdc_entry *device,
const krb5_const_pac *device_pac,

View File

@ -129,7 +129,6 @@ krb5_error_code samba_kdc_verify_pac(TALLOC_CTX *mem_ctx,
krb5_context context,
uint32_t flags,
struct samba_kdc_entry *client,
krb5_principal server_principal,
const struct samba_kdc_entry *krbtgt,
const struct samba_kdc_entry *device,
const krb5_const_pac *device_pac,

View File

@ -353,7 +353,6 @@ static krb5_error_code samba_wdc_verify_pac2(astgs_request_t r,
context,
flags,
client_skdc_entry,
server->principal,
krbtgt_skdc_entry,
device_skdc_entry,
device_pac,