]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
more typos
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 25 May 2020 16:09:49 +0000 (11:09 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 25 May 2020 16:09:49 +0000 (11:09 -0500)
src/lib/util/socket.c

index 8c388f0dc96cd4ad1d93ea3d0438366df60c097e..4080864c62278e94defa8d2967fba68798d40f15 100644 (file)
@@ -921,10 +921,10 @@ int fr_socket_bind(int sockfd, fr_ipaddr_t const *src_ipaddr, uint16_t *src_port
                 */
                if (state == CAP_CLEAR) {
                        fr_strerror_printf_push("Binding to service port (%i) will likely fail as we lack the correct "
-                                               "capabilities. ");
+                                               "capabilities", *src_port);
 
                        fr_strerror_printf_push("Use the following command to allow this bind: "
-                                               "setcap cap_net_bind_service+ep <path_to_binary>", *src_port);
+                                               "setcap cap_net_bind_service+ep <path_to_binary>");
                        goto skip_cap;
                }