5.4.8 change tracing default to false and add case where mistake in config also set...
[ric-plt/e2.git] / 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;