diff options
author | Jacob Erlbeck <jerlbeck@sysmocom.de> | 2015-11-09 11:39:42 +0100 |
---|---|---|
committer | Jacob Erlbeck <jerlbeck@sysmocom.de> | 2015-11-09 14:49:52 +0100 |
commit | 8a97cb911122f112a1a829f6f5d2be3922153a74 (patch) | |
tree | b5a28b0120893b30fdec558c24b838c2ab176bc5 /src/vty/utils.c | |
parent | aed7c125fdfe743a78cb3fd8123af5257a900df9 (diff) |
stats: Fix handling of multiple resporters
Currently the reporter loop is aborted, if the event would be ignored
due to an insufficient max_level. Thus the reporters that happen to
be stored afterwards would be skipped even if their level were
sufficient.
This commit replaces the conditional 'return' statement by a
considtional 'continue' statement to ensure the processing of the
list tail.
Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/vty/utils.c')
0 files changed, 0 insertions, 0 deletions