Commit 3b301b48 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

ioping: fix misprint

Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent 33e7a8a8
......@@ -522,7 +522,7 @@ int main (int argc, char **argv)
#endif
#ifdef HAVE_NOCACHE_IO
ret = fcntl(fd, F_NOCACHE, 1);
if (rer)
if (ret)
err(2, "fcntl nocache failed");
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment