Commit ba1ab683 authored by rennoch's avatar rennoch
Browse files

use valueof in if-condition

parent 7e879809
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5526,7 +5526,7 @@ module AtsIms_Mw_TCFunctions
			f_SendINVITE ( m_INVITE_Request_UE (	vc_requestUri, vc_callId, p_cSeq_s, vc_from, vc_to, vc_via, vc_contact, omit,
													vc_route, omit, m_MBody_SDP ( vc_sdp_local ) ));
			// await response - 200
			if ( p_secClient == omit ) {
			if ( valueof(p_secClient) == omit ) {
			    f_awaitingResponse ( mw_Response_Base ( ( c_statusLine200 ), vc_callId, vc_cSeq ));
			}
			else {