Commit cc1687f1 authored by tepelmann's avatar tepelmann
Browse files

Reduce warnings.

parent 0b89f43f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ module LibSip_Interface
      // To/From header-fields to be used if the caller will release the session
      var To         vc_caller_To     := c_empty_To;
      var From         vc_caller_From    := c_empty_From;
      var template(omit) Authorization vc_authorization;
      var Authorization vc_authorization;
              
      // variables for storing default references
      var default     vc_default;
+1 −1
Original line number Diff line number Diff line
@@ -1342,7 +1342,7 @@ module LibSip_Steps {
                vc_callee_From := {fieldName := FROM_E, addressField := vc_caller_To.addressField, fromParams := vc_caller_To.toParams};

                if (isvalue(p_Request.msgHeader.authorization)) {
                    vc_authorization := p_Request.msgHeader.authorization;
                    vc_authorization := valueof(p_Request.msgHeader.authorization);
                }
            } // end f_setHeadersOnReceiptOfREGISTER