summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-05-02 12:05:02 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-03 07:37:07 +0200
commit1d165c080300c7ecef63164c323b1ec0a37bc012 (patch)
tree1b6a1a914c9051d76907eeb117e732ea2b6a2d97 /source3/auth
parentb1055763d8b046b42580054e4bc15dc8cb414977 (diff)
downloadsamba-1d165c080300c7ecef63164c323b1ec0a37bc012.tar.gz
samba-1d165c080300c7ecef63164c323b1ec0a37bc012.tar.bz2
samba-1d165c080300c7ecef63164c323b1ec0a37bc012.zip
s3-include: use new roles.h
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_ntlmssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c
index 58974210dd..4151ebaf9d 100644
--- a/source3/auth/auth_ntlmssp.c
+++ b/source3/auth/auth_ntlmssp.c
@@ -184,7 +184,7 @@ NTSTATUS auth_ntlmssp_start(struct auth_ntlmssp_state **auth_ntlmssp_state)
struct auth_ntlmssp_state *ans;
struct auth_context *auth_context;
- if ((enum server_types)lp_server_role() == ROLE_STANDALONE) {
+ if ((enum server_role)lp_server_role() == ROLE_STANDALONE) {
is_standalone = true;
} else {
is_standalone = false;