aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 17:26:02 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 17:26:02 +0000
commit2af6cc01abd9243f62aec7ae29b6ae2f56a2475f (patch)
tree956c4c8c481493f7afe0f44eec01d4594c15a965 /channels
parent5bdfb4c918c54a338ad18123a30d74d388514922 (diff)
Undo unnecessary commit. Sean Bright beat me to the punch on this one.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@254550 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index cdc479ecc..86398dbae 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -19075,8 +19075,6 @@ static int acf_channel_read(struct ast_channel *chan, const char *funcname, char
stream = p->vrtp;
} else if (!strcasecmp(args.type, "text")) {
stream = p->trtp;
- } else {
- stream = NULL;
}
if (!stream) {