summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-07 08:14:06 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-05-08 10:56:26 +0200
commitea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f (patch)
treeae904221f2837a44676d0e62725e27ecaeb68120 /source4/smb_server/smb_server.h
parent1969aa8eacd257951cdc8d13110302c3b9388013 (diff)
downloadsamba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.tar.gz
samba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.tar.bz2
samba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.zip
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Diffstat (limited to 'source4/smb_server/smb_server.h')
-rw-r--r--source4/smb_server/smb_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h
index 6088853743..83612194ff 100644
--- a/source4/smb_server/smb_server.h
+++ b/source4/smb_server/smb_server.h
@@ -300,7 +300,7 @@ struct smbsrv_connection {
enum protocol_types protocol;
/* authentication context for multi-part negprot */
- struct auth_context *auth_context;
+ struct auth4_context *auth_context;
/* reference to the kerberos keytab, or machine trust account */
struct cli_credentials *server_credentials;