From 3a5c17a4b95109ff115224041f265c19d1bf16c2 Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Tue, 28 Jun 2022 16:41:50 +0000 Subject: [PATCH] remove trailing spaces --- code/bngblaster/src/bbl_ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/bngblaster/src/bbl_ctrl.c b/code/bngblaster/src/bbl_ctrl.c index c055ed74..3121f21e 100644 --- a/code/bngblaster/src/bbl_ctrl.c +++ b/code/bngblaster/src/bbl_ctrl.c @@ -532,7 +532,7 @@ bbl_ctrl_session_counters(int fd, bbl_ctx_s *ctx, uint32_t session_id __attribut json_t *root = json_pack("{ss si s{si si si si si si si si si si si si si si sf sf sf sf si si si si}}", "status", "ok", "code", 200, - "session-counters", + "session-counters", "sessions", ctx->config.sessions, "sessions-pppoe", ctx->sessions_pppoe, "sessions-ipoe", ctx->sessions_ipoe,