summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/legacy/server/src/server-protocol.c
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-08-12 01:54:10 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-08-12 00:45:44 -0700
commit553aa029de1817ae182cc86c1d00f8eb8ff52b50 (patch)
tree9352bfec5977cbc18fb7b1ec30ae78bb9fb76af7 /xlators/protocol/legacy/server/src/server-protocol.c
parentaa17ab8aa1851ac8848b0e36c420f6dd09fe9616 (diff)
fixed some backward compatibility issues
Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875
Diffstat (limited to 'xlators/protocol/legacy/server/src/server-protocol.c')
-rw-r--r--xlators/protocol/legacy/server/src/server-protocol.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/protocol/legacy/server/src/server-protocol.c b/xlators/protocol/legacy/server/src/server-protocol.c
index 5193e54b1f5..35d58ae99cd 100644
--- a/xlators/protocol/legacy/server/src/server-protocol.c
+++ b/xlators/protocol/legacy/server/src/server-protocol.c
@@ -342,7 +342,7 @@ protocol_server_reply (call_frame_t *frame, int type, int op,
STACK_DESTROY (frame->root);
if (state)
- free_state (state);
+ free_old_server_state (state);
}
@@ -6489,6 +6489,7 @@ notify (xlator_t *this, int32_t event, void *data, ...)
peer_info_t *peerinfo = NULL;
peer_info_t *myinfo = NULL;
+ THIS = this;
trans = data;
if (!trans) {
gf_log (this->name, GF_LOG_ERROR, "!trans");