diff options
Diffstat (limited to 'xlators/protocol/server/src/server.c')
| -rw-r--r-- | xlators/protocol/server/src/server.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server.c b/xlators/protocol/server/src/server.c index 3de856e8e09..6c4f81067cb 100644 --- a/xlators/protocol/server/src/server.c +++ b/xlators/protocol/server/src/server.c @@ -913,6 +913,12 @@ init (xlator_t *this)                  goto out;          } +        /* +         * This is the only place where we want secure_srvr to reflect +         * the data-plane setting. +         */ +        this->ctx->secure_srvr = MGMT_SSL_COPY_IO; +          ret = rpcsvc_create_listeners (conf->rpc, this->options,                                         this->name);          if (ret < 1) {  | 
