summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/common-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/common-utils.h')
-rw-r--r--libglusterfs/src/common-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h
index d60ba89db55..7cc85e8fe48 100644
--- a/libglusterfs/src/common-utils.h
+++ b/libglusterfs/src/common-utils.h
@@ -283,7 +283,7 @@ int gf_set_log_ident (cmd_args_t *cmd_args);
#endif
#define GF_UUID_ASSERT(u) \
- if (uuid_is_null (u))\
+ if (gf_uuid_is_null (u))\
GF_ASSERT (!"uuid null");
union gf_sock_union {