mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r11213: Fix the build
Guenther
This commit is contained in:
parent
49ef8b88a3
commit
908ac0c9ec
@ -1489,6 +1489,7 @@ BOOL smb_krb5_principal_compare_any_realm(krb5_context context,
|
||||
krb5_const_principal princ2);
|
||||
int cli_krb5_get_ticket(const char *principal, time_t time_offset,
|
||||
DATA_BLOB *ticket, DATA_BLOB *session_key_krb5, uint32 extra_ap_opts);
|
||||
PAC_LOGON_INFO *get_logon_info_from_pac(PAC_DATA *pac_data);
|
||||
#endif /* HAVE_KRB5 */
|
||||
|
||||
|
||||
|
@ -156,7 +156,6 @@ static int reply_spnego_kerberos(connection_struct *conn,
|
||||
fstring real_username;
|
||||
BOOL map_domainuser_to_guest = False;
|
||||
PAC_LOGON_INFO *logon_info = NULL;
|
||||
int i;
|
||||
|
||||
ZERO_STRUCT(ticket);
|
||||
ZERO_STRUCT(pac_data);
|
||||
|
Loading…
Reference in New Issue
Block a user