net: fix double setting of option category
[fio.git] / engines / net.c
index eb6763ef23c6fa4fe783e092608759d2297cb6b4..d5a5f362bd3b8348deb68b6c24178df99c2c31a8 100644 (file)
@@ -84,7 +84,6 @@ static struct fio_option options[] = {
                .off1   = offsetof(struct netio_options, proto),
                .help   = "Network protocol to use",
                .def    = "tcp",
-               .category = FIO_OPT_C_IO,
                .posval = {
                          { .ival = "tcp",
                            .oval = FIO_TYPE_TCP,