diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-31 21:34:19 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-01 04:18:50 +0100 |
commit | 93366586d85389a50144138c788d46703f15d52e (patch) | |
tree | 988b61fa1c5e602c49c7ce16e141ade0761722eb | |
parent | eecf2ac4c83e730dd402c410f7f2087d87d70d6f (diff) | |
download | samba-93366586d85389a50144138c788d46703f15d52e.tar.gz samba-93366586d85389a50144138c788d46703f15d52e.tar.bz2 samba-93366586d85389a50144138c788d46703f15d52e.zip |
s3-auth Remove unused nt_status_squash from auth_context
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Feb 1 04:18:50 CET 2012 on sn-devel-104
-rw-r--r-- | source3/include/auth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index dd70059290..5fae94ca84 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -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; }; |