diff options
Diffstat (limited to 'xlators/features/changelog/lib/src')
| -rw-r--r-- | xlators/features/changelog/lib/src/gf-changelog.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/changelog/lib/src/gf-changelog.c b/xlators/features/changelog/lib/src/gf-changelog.c index 165703d3aa6..75891635827 100644 --- a/xlators/features/changelog/lib/src/gf-changelog.c +++ b/xlators/features/changelog/lib/src/gf-changelog.c @@ -145,7 +145,7 @@ gf_changelog_ctx_defaults_init (glusterfs_ctx_t *ctx)          LOCK_INIT (&pool->lock);          ctx->pool = pool; -        pthread_mutex_init (&(ctx->lock), NULL); +        LOCK_INIT (&ctx->lock);          cmd_args = &ctx->cmd_args;  | 
