On 12/09/2013 05:01 PM, Holger Hans Peter Freyther wrote:
> On Thu, Dec 05, 2013 at 05:44:22PM +0100, Jacob Erlbeck wrote:
> 
>>              if (state.out_stream.ssrc != last_ssrc) {
>>                      printf("Output SSRC changed to %08x\n",
>> -                           ntohl(state.out_stream.ssrc));
>> +                           state.out_stream.ssrc);
> 
> is an update of the .ok file missing or is this case not tested
> by our regression suite?

The ntohl() has been moved from here to where the binary data is read
(mgcp_network.c), so the .ok file remains unchanged (in opposite to the
log messages).

Jacob


Reply via email to