mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
auth: Correct parameter order in header
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
6d8a7e1655
commit
1de2feef90
@ -182,8 +182,8 @@ void log_authentication_event(struct imessaging_context *msg_ctx,
|
||||
const struct timeval *start_time,
|
||||
const struct auth_usersupplied_info *ui,
|
||||
NTSTATUS status,
|
||||
const char *account_name,
|
||||
const char *domain_name,
|
||||
const char *account_name,
|
||||
struct dom_sid *sid);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user