summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-01-31 02:50:27 +0000
committerMark Spencer <markster@digium.com>2004-01-31 02:50:27 +0000
commitfc7311e94c6a2df1c21bc2302357200bfaa0cac4 (patch)
tree1511f2582e1e319374e443418d9547ce3f62c023
parent068fd1d8394f36b3382566a55f1614ebacf2c6df (diff)
Don't delete original variables after appending clone ones
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xchannel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index 9e6495533..ee971f8cd 100755
--- a/channel.c
+++ b/channel.c
@@ -2049,7 +2049,6 @@ static int ast_do_masquerade(struct ast_channel *original)
original->varshead.first = clone->varshead.first;
}
clone->varshead.first = NULL;
- original->varshead.first = clone->varshead.first;
/* Presense of ADSI capable CPE follows clone */
original->adsicpe = clone->adsicpe;
/* Bridge remains the same */