diff options
Diffstat (limited to 'xlators/features/changelog/src/changelog-rpc-common.c')
| -rw-r--r-- | xlators/features/changelog/src/changelog-rpc-common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/changelog/src/changelog-rpc-common.c b/xlators/features/changelog/src/changelog-rpc-common.c index 08cd41e4f17..7bd5b688fa5 100644 --- a/xlators/features/changelog/src/changelog-rpc-common.c +++ b/xlators/features/changelog/src/changelog-rpc-common.c @@ -324,7 +324,7 @@ changelog_rpc_server_init (xlator_t *this, char *sockfile, void *cbkdata,          while (*progs) {                  prog = *progs; -                ret = rpcsvc_program_register (rpc, prog); +                ret = rpcsvc_program_register (rpc, prog, _gf_false);                  if (ret) {                          gf_msg (this->name, GF_LOG_ERROR, 0,                                  CHANGELOG_MSG_PROGRAM_NAME_REG_FAILED,  | 
