Loading codec/c++/sip_codets.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1615,7 +1615,7 @@ void RetryAfter::PreDecodeField (int id, Buffer& buffer) throw (DecodeError) void RetryAfter::PostDecodeField (int id, Buffer& buffer) throw (DecodeError) { static Regex reg_parenthesis ("^[)]"); if (id == id_comment && GetHypFieldIsPresent(id)) if (id == id_comment && IsPresent(id)) { reg_parenthesis.AssertMatch (buffer, this); buffer.SetPosition(buffer.GetPosition() + 8); Loading Loading
codec/c++/sip_codets.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1615,7 +1615,7 @@ void RetryAfter::PreDecodeField (int id, Buffer& buffer) throw (DecodeError) void RetryAfter::PostDecodeField (int id, Buffer& buffer) throw (DecodeError) { static Regex reg_parenthesis ("^[)]"); if (id == id_comment && GetHypFieldIsPresent(id)) if (id == id_comment && IsPresent(id)) { reg_parenthesis.AssertMatch (buffer, this); buffer.SetPosition(buffer.GetPosition() + 8); Loading