summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/protocol/client/src/client-handshake.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client-handshake.c b/xlators/protocol/client/src/client-handshake.c
index 71c5883ad43..394ff7876ae 100644
--- a/xlators/protocol/client/src/client-handshake.c
+++ b/xlators/protocol/client/src/client-handshake.c
@@ -1145,8 +1145,10 @@ client_query_portmap (xlator_t *this, struct rpc_clnt *rpc)
remote_subvol);
req.brick = brick_name;
conf->need_different_port = 1;
+ conf->skip_notify = 1;
} else {
conf->need_different_port = 0;
+ conf->skip_notify = 0;
}
}
}