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:
Mark Stapp 2025-02-12 08:47:02 -05:00 committed by GitHub
commit 75bc4a47b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)