summaryrefslogtreecommitdiffstats
path: root/booster
diff options
context:
space:
mode:
Diffstat (limited to 'booster')
-rw-r--r--booster/src/booster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/booster/src/booster.c b/booster/src/booster.c
index 6538311ee..c8ba3eae8 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);