提交 c84e378a authored 作者: Mariusz Czułada's avatar Mariusz Czułada

Trailing space removed

上级 6872ab56
...@@ -179,7 +179,7 @@ static void extract_header_vars(sofia_profile_t *profile, sip_t const *sip, ...@@ -179,7 +179,7 @@ static void extract_header_vars(sofia_profile_t *profile, sip_t const *sip,
if (sip->sip_route) { if (sip->sip_route) {
if ((full = sip_header_as_string(nh->nh_home, (void *) sip->sip_route))) { if ((full = sip_header_as_string(nh->nh_home, (void *) sip->sip_route))) {
const char *v = switch_channel_get_variable(channel, "sip_full_route"); const char *v = switch_channel_get_variable(channel, "sip_full_route");
if (!v) { if (!v) {
switch_channel_set_variable(channel, "sip_full_route", full); switch_channel_set_variable(channel, "sip_full_route", full);
} }
su_free(nh->nh_home, full); su_free(nh->nh_home, full);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论