diff options
Diffstat (limited to 'booster/src/booster.c')
-rw-r--r-- | booster/src/booster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/booster/src/booster.c b/booster/src/booster.c index 6538311eedc..c8ba3eae887 100644 --- a/booster/src/booster.c +++ b/booster/src/booster.c @@ -340,7 +340,7 @@ do_open (int fd, int flags, mode_t mode) return; } - glfs_fd = glusterfs_open (handle, path, flags, mode); + glfs_fd = glusterfs_glh_open (handle, path, flags, mode); if (glfs_fd) { ret = booster_get_unused_fd (booster_glfs_fdtable, glfs_fd, fd); |