X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=client.c;h=467d093982c8ff1f6fdd2cb7d6781e8c76934c8b;hp=7975ce606c4c978a48ecbe304c1317213e6725f6;hb=d0ec1d7a13f84f467e9dbedef523ce5ab44d660d;hpb=3e260a46ea9a8de224c3d0a29a608da3440f284a diff --git a/client.c b/client.c index 7975ce60..467d0939 100644 --- a/client.c +++ b/client.c @@ -238,7 +238,7 @@ struct fio_client *fio_client_add_explicit(struct client_ops *ops, int ipv6; ipv6 = type == Fio_client_ipv6; - if (fio_server_parse_host(hostname, &ipv6, + if (fio_server_parse_host(hostname, ipv6, &client->addr.sin_addr, &client->addr6.sin6_addr)) goto err;