net: fix double setting of option category
authorJens Axboe <axboe@kernel.dk>
Thu, 11 Apr 2013 11:46:37 +0000 (13:46 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 11 Apr 2013 11:46:37 +0000 (13:46 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
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,