Remove debug printf() in net engine
[fio.git] / engines / sg.c
index c50ad55d764ee3a408f09bbe3637c5eac81ea39c..72bbc4e82b99c9d8666f4c875fb0c1bf6f95d8e8 100644 (file)
@@ -277,7 +277,7 @@ static int fio_sgio_get_bs(struct thread_data *td, unsigned int *bs)
        int ret;
 
        io_u = __get_io_u(td);
        int ret;
 
        io_u = __get_io_u(td);
-       io_u->file = &td->files[0];
+       io_u->file = td->files[0];
        assert(io_u);
 
        hdr = &io_u->hdr;
        assert(io_u);
 
        hdr = &io_u->hdr;