Loading codec/c++/sip_codets.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1220,12 +1220,13 @@ void Addr_Union::PostDecode (Buffer& buffer) throw (DecodeError) case '?': Get_addrSpecUnion().SetField (SipUrl::id_headers, new Undef); buffer.SetPosition ((p-start) * 8 + mPosition); break; goto finished; case ',': throw DecodeError (this, "Url must not contain unescaped comma, semicolor or question mark if it is not enclosed with <>\n"); default: ; } } finished: ; } } } Loading Loading
codec/c++/sip_codets.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1220,12 +1220,13 @@ void Addr_Union::PostDecode (Buffer& buffer) throw (DecodeError) case '?': Get_addrSpecUnion().SetField (SipUrl::id_headers, new Undef); buffer.SetPosition ((p-start) * 8 + mPosition); break; goto finished; case ',': throw DecodeError (this, "Url must not contain unescaped comma, semicolor or question mark if it is not enclosed with <>\n"); default: ; } } finished: ; } } } Loading