aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-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) {