summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auth/auth_log.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/auth/auth_log.c b/auth/auth_log.c
index cf1f9109c74..730e5b6080e 100644
--- a/auth/auth_log.c
+++ b/auth/auth_log.c
@@ -491,8 +491,6 @@ static void log_no_json(struct imessaging_context *msg_ctx,
"compiled with jansson\n");
}
}
-
- return;
}
static void log_authentication_event_json(
@@ -508,7 +506,6 @@ static void log_authentication_event_json(
int debug_level)
{
log_no_json(msg_ctx, lp_ctx);
- return;
}
static void log_successful_authz_event_json(
@@ -523,7 +520,6 @@ static void log_successful_authz_event_json(
int debug_level)
{
log_no_json(msg_ctx, lp_ctx);
- return;
}
#endif