X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fnet.c;h=4540e0e4d7c7eea9b9001f16cafb756225f3661a;hb=a1e070c87536ad8803c04bcb60660a3ab649763d;hp=5f1401c6e04fb9aa9d1249750e25a4404fb8c9a9;hpb=dda13f44d6d97a2c0865f6fbfed70c45071592b3;p=fio.git diff --git a/engines/net.c b/engines/net.c index 5f1401c6..4540e0e4 100644 --- a/engines/net.c +++ b/engines/net.c @@ -9,13 +9,11 @@ #include #include #include -#include #include #include #include #include -#include -#include +#include #include #include #include @@ -1218,7 +1216,7 @@ static int fio_netio_setup_listen_inet(struct thread_data *td, short port) return 1; } if (is_ipv6(o)) { - log_err("fio: IPv6 not supported for multicast network IO"); + log_err("fio: IPv6 not supported for multicast network IO\n"); close(fd); return 1; } @@ -1371,7 +1369,7 @@ static int fio_netio_setup(struct thread_data *td) } if (!td->io_ops_data) { - nd = malloc(sizeof(*nd));; + nd = malloc(sizeof(*nd)); memset(nd, 0, sizeof(*nd)); nd->listenfd = -1;