summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-07 13:53:58 +1200
committerAndreas Schneider <asn@cryptomilk.org>2019-06-13 07:16:22 +0000
commitea7c4ac99d62def3ceb6caa39e2f82b7c8121bbb (patch)
tree6cdb2e64927a33e6692ba42b2ce2aa2dc8edfdad /auth
parentae4461dce98a70740d8deabf4859cb96032bdf67 (diff)
downloadsamba-ea7c4ac99d62def3ceb6caa39e2f82b7c8121bbb.tar.gz
auth auth_log: csbuild unused parm transport_protection
Fixes csbuild errors. Error: COMPILER_WARNING: auth/auth_log.c: scope_hint: In function ‘log_successful_authz_event_human_readable’ auth/auth_log.c:728:14: warning: unused parameter ‘transport_protection’ [-Wunused-param eter] Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'auth')
-rw-r--r--auth/auth_log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/auth/auth_log.c b/auth/auth_log.c
index 6c5fac0bf42..60bc6334591 100644
--- a/auth/auth_log.c
+++ b/auth/auth_log.c
@@ -719,7 +719,6 @@ static void log_successful_authz_event_human_readable(
const struct tsocket_address *local,
const char *service_description,
const char *auth_type,
- const char *transport_protection,
struct auth_session_info *session_info,
int debug_level)
{
@@ -790,7 +789,6 @@ void log_successful_authz_event(
local,
service_description,
auth_type,
- transport_protection,
session_info,
debug_level);
}