summaryrefslogtreecommitdiff
path: root/source3/smbd/seal.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-16 16:08:56 +1100
committerStefan Metzmacher <metze@samba.org>2011-12-22 19:25:10 +0100
commit1100f6eca568bdf725922eff09988559d2714e45 (patch)
treef493466494bed62bfdd5ba9126ccf490f05a0c5f /source3/smbd/seal.c
parent6391fff9dad8a2bd7033930e7d6ff5c8617701c6 (diff)
downloadsamba-1100f6eca568bdf725922eff09988559d2714e45.tar.gz
samba-1100f6eca568bdf725922eff09988559d2714e45.tar.bz2
samba-1100f6eca568bdf725922eff09988559d2714e45.zip
s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()
This function handles more than NTLMSSP now, at least when we are an AD DC and so changing the name may avoid some confusion in the future. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/seal.c')
-rw-r--r--source3/smbd/seal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/seal.c b/source3/smbd/seal.c
index ab87d76b26..fc811deb3c 100644
--- a/source3/smbd/seal.c
+++ b/source3/smbd/seal.c
@@ -80,7 +80,7 @@ static NTSTATUS make_auth_ntlmssp(const struct tsocket_address *remote_address,
struct smb_trans_enc_state *es)
{
struct auth_generic_state *auth_ntlmssp_state;
- NTSTATUS status = auth_ntlmssp_prepare(remote_address,
+ NTSTATUS status = auth_generic_prepare(remote_address,
&auth_ntlmssp_state);
if (!NT_STATUS_IS_OK(status)) {
return nt_status_squash(status);