1
0
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:
Joseph Sutton 2023-05-10 13:00:08 +12:00 committed by Andrew Bartlett
parent 6d8a7e1655
commit 1de2feef90

View File

@ -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);
/*