mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-20 22:20:38 +02:00
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:
parent
329ac02d38
commit
3d759b1f11
1 changed files with 2 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue