From 92aeebe486d071b102f272c2e05d5bc48450efff Mon Sep 17 00:00:00 2001 From: "aa7133@att.com" Date: Sun, 29 Nov 2020 14:22:09 +0200 Subject: [PATCH] 5.4.8 change tracing default to false and add case where mistake in config also set to false Change-Id: Ife1f600252140fb2bdb07b8eca1c6781f34ada5b Signed-off-by: aa7133@att.com --- RIC-E2-TERMINATION/sctpThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIC-E2-TERMINATION/sctpThread.cpp b/RIC-E2-TERMINATION/sctpThread.cpp index ae37ee5..16430fe 100644 --- a/RIC-E2-TERMINATION/sctpThread.cpp +++ b/RIC-E2-TERMINATION/sctpThread.cpp @@ -243,7 +243,7 @@ int buildConfiguration(sctp_params_t &sctpParams) { sctpParams.trace = false; } else { mdclog_write(MDCLOG_ERR, "Trace was set to wrong value %s, set to stop", tmpStr.c_str()); - sctpParams->trace = false; + sctpParams.trace = false; } jsonTrace = sctpParams.trace; -- 2.16.6