Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 572296
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/media-stream.c.orig        2016-01-11 12:37:14.015586000 +0100
0
++ b/src/media-stream.c        2016-01-11 12:39:24.449684000 +0100
Lines 1076-1082 Link Here
1076
      if (proto == TP_MEDIA_STREAM_BASE_PROTO_UDP)
1076
      if (proto == TP_MEDIA_STREAM_BASE_PROTO_UDP)
1077
        protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_UDP;
1077
        protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_UDP;
1078
      else if (proto == TP_MEDIA_STREAM_BASE_PROTO_TCP)
1078
      else if (proto == TP_MEDIA_STREAM_BASE_PROTO_TCP)
1079
        protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP;
1079
        protocol = PURPLE_MEDIA_NETWORK_PROTOCOL_TCP_PASSIVE;
1080
      else
1080
      else
1081
        DEBUG ("Unknown network protocol");
1081
        DEBUG ("Unknown network protocol");

Return to bug 572296