diff options
Diffstat (limited to 'cli/src')
| -rw-r--r-- | cli/src/cli.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c index 930182c65b7..b58f211d3dd 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -439,6 +439,7 @@ parse_cmdline (int argc, char *argv[], struct cli_state *state)          /* Do this first so that an option can override. */          if (sys_access (SECURE_ACCESS_FILE, F_OK) == 0) {                  state->ctx->secure_mgmt = 1; +                state->ctx->ssl_cert_depth = glusterfs_read_secure_access_file ();          }          if (state->argc > GEO_REP_CMD_CONFIG_INDEX &&  | 
