summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrishna <krishna@gluster.com>2011-08-17 12:48:46 +0530
committerAnand Avati <avati@gluster.com>2011-08-17 02:22:55 -0700
commitb1b952d62d452641cd17ab5bf1a386cc4a05b17b (patch)
tree361989b6b9bf17a30017f2622a1ef769c7648fa3
parent12895212d64e2f209190f389a92be7f5e67ec84e (diff)
do not init nfs->override_portnum to GF_NFS3_PORT
Change-Id: I7dc26b64a177ce5d30352cf7c531f38517c0368a BUG: 3308 Reviewed-on: http://review.gluster.com/155 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Shehjar Tikoo <shehjart@gluster.com>
-rw-r--r--xlators/nfs/server/src/nfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c
index 96f2a4bcfe6..3527d6ccffb 100644
--- a/xlators/nfs/server/src/nfs.c
+++ b/xlators/nfs/server/src/nfs.c
@@ -571,7 +571,6 @@ nfs_init_state (xlator_t *this)
nfs->enable_ino32 = 1;
}
- nfs->override_portnum = GF_NFS3_PORT;
if (dict_get (this->options, "nfs.port")) {
ret = dict_get_str (this->options, "nfs.port",
&optstr);