summaryrefslogtreecommitdiffstats
path: root/source3/lib/afs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/afs.c')
-rw-r--r--source3/lib/afs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/afs.c b/source3/lib/afs.c
index a76b74c6160..7b3e6103060 100644
--- a/source3/lib/afs.c
+++ b/source3/lib/afs.c
@@ -219,7 +219,7 @@ bool afs_login(connection_struct *conn)
char *cell = NULL;
bool result;
char *ticket_str = NULL;
- const DOM_SID *user_sid;
+ const struct dom_sid *user_sid;
TALLOC_CTX *ctx = talloc_tos();
struct ClearToken ct;