From: Jorge Pereira Date: Tue, 13 Jun 2023 17:33:34 +0000 (-0300) Subject: Fix formatting in dhcpv6 (#5053) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae2b7138df12fb43a5fe99823e05c0728c106b0;p=thirdparty%2Ffreeradius-server.git Fix formatting in dhcpv6 (#5053) --- diff --git a/src/listen/dhcpv6/proto_dhcpv6_udp.c b/src/listen/dhcpv6/proto_dhcpv6_udp.c index 8889561b579..2c79214fa71 100644 --- a/src/listen/dhcpv6/proto_dhcpv6_udp.c +++ b/src/listen/dhcpv6/proto_dhcpv6_udp.c @@ -543,7 +543,7 @@ static int mod_bootstrap(module_inst_ctx_t const *mctx) if (fr_interface_to_ipaddr(inst->interface, &inst->src_ipaddr, AF_INET6, true) < 0) { cf_log_err(conf, "No 'src_ipaddr' specified, and we cannot determine " - "one for 'ipaddr = %pV and interface '%s'", + "one for 'ipaddr = %pV' and interface '%s'", fr_box_ipaddr(inst->ipaddr), inst->interface); return -1; }