5.4.8 change tracing default to false and add case where mistake in config also set... 90/5190/1
authoraa7133@att.com <aa7133@att.com>
Sun, 29 Nov 2020 12:22:09 +0000 (14:22 +0200)
committeraa7133@att.com <aa7133@att.com>
Sun, 29 Nov 2020 12:22:17 +0000 (14:22 +0200)
Change-Id: Ife1f600252140fb2bdb07b8eca1c6781f34ada5b
Signed-off-by: aa7133@att.com <aa7133@att.com>
RIC-E2-TERMINATION/sctpThread.cpp

index ae37ee5..16430fe 100644 (file)
@@ -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;