summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2023-05-10 13:00:08 +1200
committerAndrew Bartlett <abartlet@samba.org>2023-05-18 01:03:37 +0000
commit1de2feef90c44819f7d2c0a6f743310dca28c2e3 (patch)
tree6234d3bd9a59c950e7b1be39553de1e817f576eb /auth
parent6d8a7e1655cf6d6c0030a71c01bf9f3e26e2b318 (diff)
downloadsamba-1de2feef90c44819f7d2c0a6f743310dca28c2e3.tar.gz
auth: Correct parameter order in header
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth')
-rw-r--r--auth/common_auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/common_auth.h b/auth/common_auth.h
index 691c6359ac4..756ad3a366d 100644
--- a/auth/common_auth.h
+++ b/auth/common_auth.h
@@ -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);
/*