diff options
Diffstat (limited to 'xlators/protocol/server/src/server-handshake.c')
| -rw-r--r-- | xlators/protocol/server/src/server-handshake.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/protocol/server/src/server-handshake.c b/xlators/protocol/server/src/server-handshake.c index edad73dba7b..ca7784bad5a 100644 --- a/xlators/protocol/server/src/server-handshake.c +++ b/xlators/protocol/server/src/server-handshake.c @@ -261,9 +261,7 @@ server_getspec (rpcsvc_request_t *req)          xlator_t            *this                   = NULL;          gf_getspec_req       args                   = {0,};          gf_getspec_rsp       rsp                    = {0,}; -        server_connection_t *conn                   = NULL; -        conn = req->trans->private;          this = req->svc->mydata;          conf = this->private;          if (!xdr_to_generic (req->msg[0], &args, (xdrproc_t)xdr_gf_getspec_req)) {  | 
