diff options
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/protocol/client/src/client-handshake.c | 2 |
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 391d5516f4b..57781bbb53d 100644 --- a/xlators/protocol/client/src/client-handshake.c +++ b/xlators/protocol/client/src/client-handshake.c @@ -1215,8 +1215,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; } } } |