platform: during @abort_parsing goto stop in event_handler_recvmsgs()
Now, that we no longer overwrite @err, we can jump to stop: instead of out:.
This commit is contained in:
@@ -5699,11 +5699,8 @@ continue_reading:
|
||||
|
||||
event_seq_check (platform, msg, seq_result);
|
||||
|
||||
if (abort_parsing) {
|
||||
if (!handle_events)
|
||||
goto continue_reading;
|
||||
goto out;
|
||||
}
|
||||
if (abort_parsing)
|
||||
goto stop;
|
||||
|
||||
err = 0;
|
||||
hdr = nlmsg_next (hdr, &n);
|
||||
|
Reference in New Issue
Block a user