diff options
author | Gary Lockyer <gary@catalyst.net.nz> | 2019-06-07 13:41:35 +1200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-06-13 07:16:22 +0000 |
commit | ae4461dce98a70740d8deabf4859cb96032bdf67 (patch) | |
tree | bb0e0a0061d20bb43d2d1d699940719adcd2baf9 /auth/common_auth.h | |
parent | bf6620c5f33175d06b90f41513a317b54e4f8ec6 (diff) | |
download | samba-ae4461dce98a70740d8deabf4859cb96032bdf67.tar.gz |
auth auth_log: csbuild unused parm unix_username
Fixes csbuild errors
Error: COMPILER_WARNING:
auth/auth_log.c: scope_hint: In function ‘log_authentication_event_json’
auth/auth_log.c:146:14: warning: unused parameter ‘unix_username’
[-Wunused-parameter]
Error: COMPILER_WARNING:
auth/auth_log.c: scope_hint: In function
‘log_authentication_event_human_readable’
auth/auth_log.c:586:14: warning: unused parameter ‘unix_username’
[-Wunused-parameter]
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'auth/common_auth.h')
-rw-r--r-- | auth/common_auth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/common_auth.h b/auth/common_auth.h index 0443c4e8044..9f04c9b9cbb 100644 --- a/auth/common_auth.h +++ b/auth/common_auth.h @@ -187,7 +187,6 @@ void log_authentication_event(struct imessaging_context *msg_ctx, NTSTATUS status, const char *account_name, const char *domain_name, - const char *unix_username, struct dom_sid *sid); /* |