Commit c8e801b
committed
dataset: allow nil filter settings
If you do no specify filter settings in the trace2receiver config then
you hit a null pointer exception at runtime as we try to access the
`Keynames` member of a `nil` `*FilterSettings`.
Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>1 parent 2a2f265 commit c8e801b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
526 | 530 | | |
527 | 531 | | |
528 | 532 | | |
| |||
0 commit comments