diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c index c994d762664..3e88a131f82 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -2010,7 +2010,7 @@ glusterd_op_set_volume (dict_t *dict, char **errstr) goto out; } - // TODO: Remove this once v3.3 compatability is not required + /* TODO: Remove this once v3.3 compatibility is not required */ check_op_version = dict_get_str_boolean (dict, "check-op-version", _gf_false); |