Commit a579b1d77ca70fe6016cd08ad05fea53d6f66d4c

Ramon Ortega de Voor 2023-10-20T15:36:07

Fix compile error in evbuffer_read() The variable chainp is only used if USE_IOVEC_IMPL is defined. This makes a strict compiler complain about unused variables, since chainp is declared outside of an USE_IOVEC_IMPL block.