s3-auth fix dummy function in the not-with-kerberos case
authorAndrew Bartlett <abartlet@samba.org>
Wed, 20 Jul 2011 01:40:02 +0000 (11:40 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 Jul 2011 01:40:02 +0000 (11:40 +1000)
source3/auth/user_krb5.c

index c980f28212160e971d067b5e37581f819fe0f2b1..923c50011042be05c25cad1c385e0ce3e1ec5836 100644 (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;
 }