diff options
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/cluster/unify/src/unify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/unify/src/unify.c b/xlators/cluster/unify/src/unify.c index 610cfd6f6..35c108963 100644 --- a/xlators/cluster/unify/src/unify.c +++ b/xlators/cluster/unify/src/unify.c @@ -4413,7 +4413,7 @@ init (xlator_t *this) } /* Tell namespace node that init is done */ - ns_xl->notify (ns_xl, GF_EVENT_PARENT_UP, this); + xlator_notify (ns_xl, GF_EVENT_PARENT_UP, this); return 0; } |