mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 15:23:39 +00:00
Merge pull request #18049 from donaldsharp/fpm_keep_on_trying
zebra: Allow fpm_listener to continue to try to read
This commit is contained in:
commit
75bc4a47b7
@ -189,7 +189,7 @@ read_fpm_msg(char *buf, size_t buf_len)
|
|||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Read %lu bytes but expected to read %lu bytes instead\n",
|
"Read %lu bytes but expected to read %lu bytes instead\n",
|
||||||
bytes_read, need_len);
|
bytes_read, need_len);
|
||||||
return NULL;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (reading_full_msg)
|
if (reading_full_msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user