diff options
Diffstat (limited to 'source3/auth/auth_netlogond.c')
-rw-r--r-- | source3/auth/auth_netlogond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_netlogond.c b/source3/auth/auth_netlogond.c index f3b66e4948..bfd12281c4 100644 --- a/source3/auth/auth_netlogond.c +++ b/source3/auth/auth_netlogond.c @@ -154,7 +154,7 @@ static NTSTATUS check_netlogond_security(const struct auth_context *auth_context void *my_private_data, TALLOC_CTX *mem_ctx, const struct auth_usersupplied_info *user_info, - auth_serversupplied_info **server_info) + struct auth_serversupplied_info **server_info) { TALLOC_CTX *frame = talloc_stackframe(); struct netr_SamInfo3 *info3 = NULL; |