diff options
Diffstat (limited to '')
-rw-r--r-- | common/iobuf.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/iobuf.c b/common/iobuf.c index 00d1b8d26..f5bbfb2d2 100644 --- a/common/iobuf.c +++ b/common/iobuf.c @@ -1515,11 +1515,11 @@ iobuf_ioctl (iobuf_t a, iobuf_ioctl_t cmd, int intval, void *ptrval) log_debug ("iobuf-*.*: ioctl '%s' fsync\n", ptrval? (const char*)ptrval:"<null>"); - if (!a && !intval && ptrval) - { - return fd_cache_synchronize (ptrval); - } - } + if (!a && !intval && ptrval) + { + return fd_cache_synchronize (ptrval); + } + } return -1; |