Re: iked: s/ibuf_cat/ibuf_add_buf/

2023-07-18 Thread Tobias Heider
On Tue, Jul 18, 2023 at 03:16:12PM +0200, Claudio Jeker wrote: > ibuf_cat() is the same as ibuf_add_buf() so use the latter. ok tobhe@ > > -- > :wq Claudio > > Index: eap.c > === > RCS file: /cvs/src/sbin/iked/eap.c,v >

Re: iked: s/ibuf_cat/ibuf_add_buf/

2023-07-18 Thread Theo Buehler
On Tue, Jul 18, 2023 at 03:16:12PM +0200, Claudio Jeker wrote: > ibuf_cat() is the same as ibuf_add_buf() so use the latter. ok tb

iked: s/ibuf_cat/ibuf_add_buf/

2023-07-18 Thread Claudio Jeker
ibuf_cat() is the same as ibuf_add_buf() so use the latter. -- :wq Claudio Index: eap.c === RCS file: /cvs/src/sbin/iked/eap.c,v retrieving revision 1.24 diff -u -p -r1.24 eap.c --- eap.c 23 May 2023 13:57:14 - 1.24