Re: iked: replace last print_host users to print_addr

2023-06-14 Thread Theo Buehler
On Wed, Jun 14, 2023 at 02:30:44PM +0200, Claudio Jeker wrote: > On Wed, Jun 14, 2023 at 12:37:35PM +0200, Theo Buehler wrote: > > On Wed, Jun 14, 2023 at 11:38:15AM +0200, Claudio Jeker wrote: > > > On Wed, Jun 14, 2023 at 11:10:52AM +0200, Theo Buehler wrote: > > > > On Wed, Jun 14, 2023 at 10:44

Re: iked: replace last print_host users to print_addr

2023-06-14 Thread Claudio Jeker
On Wed, Jun 14, 2023 at 12:37:35PM +0200, Theo Buehler wrote: > On Wed, Jun 14, 2023 at 11:38:15AM +0200, Claudio Jeker wrote: > > On Wed, Jun 14, 2023 at 11:10:52AM +0200, Theo Buehler wrote: > > > On Wed, Jun 14, 2023 at 10:44:23AM +0200, Claudio Jeker wrote: > > > > There is no real need to have

Re: iked: replace last print_host users to print_addr

2023-06-14 Thread Theo Buehler
On Wed, Jun 14, 2023 at 11:38:15AM +0200, Claudio Jeker wrote: > On Wed, Jun 14, 2023 at 11:10:52AM +0200, Theo Buehler wrote: > > On Wed, Jun 14, 2023 at 10:44:23AM +0200, Claudio Jeker wrote: > > > There is no real need to have print_host() with the extra arguments. > > > So convert the last rema

Re: iked: replace last print_host users to print_addr

2023-06-14 Thread Claudio Jeker
On Wed, Jun 14, 2023 at 11:10:52AM +0200, Theo Buehler wrote: > On Wed, Jun 14, 2023 at 10:44:23AM +0200, Claudio Jeker wrote: > > There is no real need to have print_host() with the extra arguments. > > So convert the last remaining print_host() calls to use print_addr(). > > I'm not entierly sure

Re: iked: replace last print_host users to print_addr

2023-06-14 Thread Theo Buehler
On Wed, Jun 14, 2023 at 10:44:23AM +0200, Claudio Jeker wrote: > There is no real need to have print_host() with the extra arguments. > So convert the last remaining print_host() calls to use print_addr(). > I'm not entierly sure how to really test all these code paths but the > changes are failry

iked: replace last print_host users to print_addr

2023-06-14 Thread Claudio Jeker
There is no real need to have print_host() with the extra arguments. So convert the last remaining print_host() calls to use print_addr(). I'm not entierly sure how to really test all these code paths but the changes are failry simple. -- :wq Claudio Index: ikev2.c ==