Ignore:
Timestamp:
Sep 28, 2006, 12:17:56 AM (16 years ago)
Author:
joshe
Message:

Don't verify part of the UPnP root descript that apparently isn't standard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/upnp.c

    r938 r939  
    10151015                buf = tr_xmlTagContents( kk, end );
    10161016                if( !tr_xmlFindTagVerifyContents( buf, end, "serviceType",
    1017                                                   UPNP_SERVICE_TYPE, 1 ) &&
    1018                     !tr_xmlFindTagVerifyContents( buf, end, "serviceId",
    1019                         "urn:upnp-org:serviceId:WANIPConn1", 1 ) )
     1017                                                  UPNP_SERVICE_TYPE, 1 ) )
    10201018                {
    10211019                    *soap = tr_xmlDupTagContents( buf, end, "controlURL");
Note: See TracChangeset for help on using the changeset viewer.