]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth: Correct parameter order in header
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 10 May 2023 01:00:08 +0000 (13:00 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 18 May 2023 01:03:37 +0000 (01:03 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/common_auth.h

index 691c6359ac41c582b2486ba874a0a02dfa5692f1..756ad3a366d46a15fd5eaf959ee81a17f4b4065b 100644 (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);
 
 /*