diff options
Diffstat (limited to 'xlators/protocol/server/src/server-handshake.c')
| -rw-r--r-- | xlators/protocol/server/src/server-handshake.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/xlators/protocol/server/src/server-handshake.c b/xlators/protocol/server/src/server-handshake.c index 9396499cc3d..262df6a004d 100644 --- a/xlators/protocol/server/src/server-handshake.c +++ b/xlators/protocol/server/src/server-handshake.c @@ -254,7 +254,7 @@ server_getspec (rpcsvc_request_t *req)          gf_getspec_req       args                   = {0,};          gf_getspec_rsp       rsp                    = {0,}; -        this = req->svc->mydata; +        this = req->svc->xl;          conf = this->private;          ret = xdr_to_generic (req->msg[0], &args,                                (xdrproc_t)xdr_gf_getspec_req); @@ -364,7 +364,7 @@ server_setvolume (rpcsvc_request_t *req)                  goto fail;          } -        this = req->svc->mydata; +        this = req->svc->xl;          config_params = dict_copy_with_ref (this->options, NULL);          conf          = this->private; @@ -735,7 +735,7 @@ server_set_lk_version (rpcsvc_request_t *req)          server_ctx_t       *serv_ctx = NULL;          xlator_t           *this     = NULL; -        this = req->svc->mydata; +        this = req->svc->xl;          //TODO: Decide on an appropriate errno for the error-path          //below          if (!this)  | 
