summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h
index b4ef8232399..8f8af26acfe 100644
--- a/xlators/mgmt/glusterd/src/glusterd.h
+++ b/xlators/mgmt/glusterd/src/glusterd.h
@@ -664,7 +664,7 @@ __glusterd_uuid()
{
glusterd_conf_t *priv = THIS->private;
- if (uuid_is_null (priv->uuid))
+ if (gf_uuid_is_null (priv->uuid))
glusterd_uuid_init();
return &priv->uuid[0];
}