Commit f1e2f45f authored by baire's avatar baire
Browse files

support integer format in SipPort

parent 385ee95a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -200,6 +200,7 @@ void HostPort::PreDecodeField (int id, Buffer& buffer) throw (DecodeError)
		if(buffer.GetBitsLeft()) {
			Unsigned(8).Decode(buffer);
			SetHypFieldIsPresent (id, 1);
			Get_portField().SetFormat(Integer::AsciiDecimal);
		} else {
			SetHypFieldIsPresent (id, 0);
		}