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);
|
event_seq_check (platform, msg, seq_result);
|
||||||
|
|
||||||
if (abort_parsing) {
|
if (abort_parsing)
|
||||||
if (!handle_events)
|
goto stop;
|
||||||
goto continue_reading;
|
|
||||||
goto out;
|
|
||||||
}
|
|
||||||
|
|
||||||
err = 0;
|
err = 0;
|
||||||
hdr = nlmsg_next (hdr, &n);
|
hdr = nlmsg_next (hdr, &n);
|
||||||
|
Reference in New Issue
Block a user