mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 13:06:51 +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,
|
||||
"Read %lu bytes but expected to read %lu bytes instead\n",
|
||||
bytes_read, need_len);
|
||||
return NULL;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (reading_full_msg)
|
||||
|
Loading…
Reference in New Issue
Block a user