summaryrefslogtreecommitdiffstats
path: root/tinySIP/src/transports/tsip_transport.c
diff options
context:
space:
mode:
authorDoubango Telecom <github@doubango.org>2016-08-12 03:35:24 +0200
committerDoubango Telecom <github@doubango.org>2016-08-12 03:35:24 +0200
commit5b7ffef95a9f358fc3448bc71546d05363cae382 (patch)
tree2ab6be50ade04e39ef8dedc5ebafe23e895624ba /tinySIP/src/transports/tsip_transport.c
parenta35d94460560cce23ddb54b055b8e4298ad77309 (diff)
downloaddoubango-5b7ffef95a9f358fc3448bc71546d05363cae382.zip
doubango-5b7ffef95a9f358fc3448bc71546d05363cae382.tar.gz
Forward display name from the stack to all SIP messages
Diffstat (limited to 'tinySIP/src/transports/tsip_transport.c')
-rwxr-xr-xtinySIP/src/transports/tsip_transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinySIP/src/transports/tsip_transport.c b/tinySIP/src/transports/tsip_transport.c
index feec0df..f807d51 100755
--- a/tinySIP/src/transports/tsip_transport.c
+++ b/tinySIP/src/transports/tsip_transport.c
@@ -248,7 +248,7 @@ int tsip_transport_msg_update_aor(tsip_transport_t* self, tsip_message_t *msg)
/* === Host and port === */
if(msg->Contact && msg->Contact->uri) {
- tsk_strupdate(&(msg->Contact->uri->scheme), self->scheme);
+ tsk_strupdate(&(msg->Contact->uri->scheme), self->scheme);
msg->Contact->uri->host_type = TNET_SOCKET_TYPE_IS_IPV6(self->type) ? host_ipv6 : host_ipv4; /* for serializer ...who know? */
tsk_params_add_param(&msg->Contact->uri->params, "transport", self->protocol);
OpenPOWER on IntegriCloud