diff options
| -rw-r--r-- | xlators/protocol/client/src/client-handshake.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client-handshake.c b/xlators/protocol/client/src/client-handshake.c index ff0e162c644..d2083e6497d 100644 --- a/xlators/protocol/client/src/client-handshake.c +++ b/xlators/protocol/client/src/client-handshake.c @@ -1475,6 +1475,7 @@ client_setvolume_cbk (struct rpc_req *req, struct iovec *iov, int count, void *m                  gf_log (this->name, GF_LOG_INFO, "Server and Client "                          "lk-version numbers are same, no need to "                          "reopen the fds"); +                client_notify_parents_child_up (frame->this);          }  out:  | 
