Re: convert relayd to use new ibuf function

2023-06-20 Thread Theo Buehler
On Tue, Jun 20, 2023 at 11:34:22AM +0200, Claudio Jeker wrote: > Instead of ibuf_reserve() just use ibuf_add_zero(buf, 1) to add a > NUL byte to the buffer. ok tb

convert relayd to use new ibuf function

2023-06-20 Thread Claudio Jeker
Instead of ibuf_reserve() just use ibuf_add_zero(buf, 1) to add a NUL byte to the buffer. There is more needed in here but lets start small. -- :wq Claudio Index: check_tcp.c === RCS file: /cvs/src/usr.sbin/relayd/check_tcp.c,v retr