Author :
Ramon Ortega de Voor
Date :
2023-10-20 15:36:07
Hash :a579b1d7 Message :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.