summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2020-11-10 00:32:02 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2020-11-10 00:48:30 +0300
commita7a6d908fa175e85e9edf6e9a9ad6f2d29363e67 (patch)
treeefcc93e131f398892c8bfe7348d31730e1dae4fe
parent83589722731dde63118104f75c9ab89f66b21c21 (diff)
downloadtelepathy-haze-a7a6d908fa175e85e9edf6e9a9ad6f2d29363e67.tar.gz
Fix the build with libpurple 2.10.12
-rw-r--r--src/media-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/media-stream.c b/src/media-stream.c
index 7b4f29f..da088d1 100644
--- a/src/media-stream.c
+++ b/src/media-stream.c
@@ -1076,7 +1076,7 @@ haze_media_stream_new_native_candidate (TpSvcMediaStreamHandler *iface,
if (proto == TP_MEDIA_STREAM_BASE_PROTO_UDP)
protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_UDP;
else if (proto == TP_MEDIA_STREAM_BASE_PROTO_TCP)
- protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP;
+ protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP_PASSIVE;
else
DEBUG ("Unknown network protocol");