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

s3-auth fix dummy function in the not-with-kerberos case

This commit is contained in:
Andrew Bartlett 2011-07-20 11:40:02 +10:00
parent d8cce7d466
commit 57ab47c02e

View File

@ -296,7 +296,7 @@ NTSTATUS make_session_info_krb5(TALLOC_CTX *mem_ctx,
struct PAC_LOGON_INFO *logon_info,
bool mapped_to_guest, bool username_was_mapped,
DATA_BLOB *session_key,
struct auth_serversupplied_info **session_info)
struct auth_session_info **session_info)
{
return NT_STATUS_NOT_IMPLEMENTED;
}