s3-auth Remove unused nt_status_squash from auth_context
authorAndrew Bartlett <abartlet@samba.org>
Tue, 31 Jan 2012 10:34:19 +0000 (21:34 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 1 Feb 2012 03:18:50 +0000 (04:18 +0100)
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Feb  1 04:18:50 CET 2012 on sn-devel-104

source3/include/auth.h

index dd700592900fd1d6dbd6fa9f5d60b6d4d3e9b35a..5fae94ca844a2e13878d984cba1e206253a57d56 100644 (file)
@@ -86,7 +86,6 @@ struct auth_context {
        NTSTATUS (*check_ntlm_password)(const struct auth_context *auth_context,
                                        const struct auth_usersupplied_info *user_info, 
                                        struct auth_serversupplied_info **server_info);
-       NTSTATUS (*nt_status_squash)(NTSTATUS nt_status);
 
        prepare_gensec_fn prepare_gensec;
 };