diff options
Diffstat (limited to 'tests/bugs')
| -rw-r--r-- | tests/bugs/io-cache/bug-read-hang.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/io-cache/bug-read-hang.c b/tests/bugs/io-cache/bug-read-hang.c index 74dfddd7a6e..7709a41719d 100644 --- a/tests/bugs/io-cache/bug-read-hang.c +++ b/tests/bugs/io-cache/bug-read-hang.c @@ -102,7 +102,7 @@ main (int argc, char *argv[])          buf = (char *) malloc (5); -        ret = glfs_pread (fd, buf, 5, 0, 0); +        ret = glfs_pread (fd, buf, 5, 0, 0, NULL);          if (ret < 0) {                  fprintf (stderr, "Read(%s): %d (%s)\n", "test", ret,                           strerror (errno));  | 
