Don't crash when sources report is requested soon after start
This commit is contained in:
parent
0ecabae2c3
commit
bca7819247
1 changed files with 1 additions and 0 deletions
|
@ -1083,6 +1083,7 @@ SRC_ReportSource(int index, RPT_SourceReport *report, struct timeval *now)
|
|||
case SRC_JITTERY:
|
||||
report->state = RPT_JITTERY;
|
||||
break;
|
||||
case SRC_OK:
|
||||
case SRC_BAD_STATS:
|
||||
case SRC_UNREACHABLE:
|
||||
report->state = RPT_UNREACH;
|
||||
|
|
Loading…
Reference in a new issue