mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
r11213: Fix the build
Guenther (This used to be commit 908ac0c9eccd1ba368a6305fee9673770fc74a53)
This commit is contained in:
parent
c6aea6ef2d
commit
ad7cd4096f
@ -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…
x
Reference in New Issue
Block a user