diff options
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/changelog/lib/src/gf-changelog-rpc.c | 1 | ||||
-rw-r--r-- | xlators/features/changelog/src/changelog-ev-handle.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/xlators/features/changelog/lib/src/gf-changelog-rpc.c b/xlators/features/changelog/lib/src/gf-changelog-rpc.c index c1139423d6d..7eb5416ae98 100644 --- a/xlators/features/changelog/lib/src/gf-changelog-rpc.c +++ b/xlators/features/changelog/lib/src/gf-changelog-rpc.c @@ -21,7 +21,6 @@ gf_changelog_rpc_notify (struct rpc_clnt *rpc, { switch (event) { case RPC_CLNT_CONNECT: - rpc_clnt_set_connected (&rpc->conn); break; case RPC_CLNT_DISCONNECT: case RPC_CLNT_MSG: diff --git a/xlators/features/changelog/src/changelog-ev-handle.c b/xlators/features/changelog/src/changelog-ev-handle.c index b5681944567..46d45fbd778 100644 --- a/xlators/features/changelog/src/changelog-ev-handle.c +++ b/xlators/features/changelog/src/changelog-ev-handle.c @@ -138,7 +138,6 @@ changelog_rpc_notify (struct rpc_clnt *rpc, switch (event) { case RPC_CLNT_CONNECT: - rpc_clnt_set_connected (&rpc->conn); selection = &priv->ev_selection; LOCK (&c_clnt->wait_lock); |