aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-31 02:50:27 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-31 02:50:27 +0000
commit9d8e665463688b65291d47978ec72ba28797ba5b (patch)
tree1511f2582e1e319374e443418d9547ce3f62c023
parent9ddb7f444ac4249ceb922e34ff0aec366cb1f666 (diff)
Don't delete original variables after appending clone ones
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2098 f38db490-d61c-443f-a65b-d21fe96a405b
-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 */