don't need streamid in silent frame message

pull/14/head
Tom Early 7 years ago
parent 262fa6349e
commit ecb07198a8

@ -478,7 +478,7 @@ static void ReadFromGateway()
} else { // inactive too long } else { // inactive too long
if (space == 127) { if (space == 127) {
if (LOG_DEBUG) if (LOG_DEBUG)
fprintf(stderr, "sending silent frame where: len=%d, inactive=%d, streamid=%04x\n", len, inactive, ntohs(streamid)); fprintf(stderr, "sending silent frame where: len=%d, inactive=%d\n", len, inactive);
if (seq_no == 0) { if (seq_no == 0) {
silence[9] = 0x55; silence[9] = 0x55;
silence[10] = 0x2d; silence[10] = 0x2d;

Loading…
Cancel
Save

Powered by TurnKey Linux.