diff options
Diffstat (limited to 'xlators/protocol')
| -rw-r--r-- | xlators/protocol/server/src/server.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/server.c b/xlators/protocol/server/src/server.c index 1d190c6ba..85abfb54d 100644 --- a/xlators/protocol/server/src/server.c +++ b/xlators/protocol/server/src/server.c @@ -771,6 +771,7 @@ out:  void  fini (xlator_t *this)  { +#if 0          server_conf_t *conf = NULL;          conf = this->private; @@ -794,7 +795,7 @@ fini (xlator_t *this)          }          this->private = NULL; - +#endif          return;  }  | 
