Fix bug for alone pithy print

pull/2329/head
winlin 4 years ago
parent 543377ebf1
commit a300d1fc54

@ -167,6 +167,9 @@ bool SrsErrorPithyPrint::can_print(int error_code, uint32_t* pnn)
SrsAlonePithyPrint::SrsAlonePithyPrint() : info_(0)
{
//stage work for one print
info_.nb_clients = 1;
previous_tick_ = srs_get_system_time();
}

Loading…
Cancel
Save