X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fnet.c;h=37d44fd803d32ef578dd0a085bc3be7d9d48cd65;hb=8bd809f5a3d19e24080a993f204613106cacf176;hp=3bdd5cd0ff3410e24abbd80b3c26cebda5c8a192;hpb=c58390119ccf711ab66e53aff6aa31507c509900;p=fio.git diff --git a/engines/net.c b/engines/net.c index 3bdd5cd0..37d44fd8 100644 --- a/engines/net.c +++ b/engines/net.c @@ -1371,7 +1371,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;