diff options
Diffstat (limited to 'xlators/mount')
| -rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index c1812a9a1..6a5587c2d 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -5355,7 +5355,7 @@ init (xlator_t *this_xl)          if (priv->fd == -1)                  goto cleanup_exit; -        event = eh_new (FUSE_EVENT_HISTORY_SIZE, _gf_false); +        event = eh_new (FUSE_EVENT_HISTORY_SIZE, _gf_false, NULL);          if (!event) {                  gf_log (this_xl->name, GF_LOG_ERROR,                          "could not create a new event history");  | 
