Changeset 429:92c63fc5b57b in verona


Ignore:
Timestamp:
Feb 6, 2012 2:51:20 PM (16 months ago)
Author:
laurent <laurent@…>
Branch:
default
Message:

USE_PNP => USE_UPNP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • phapi/phapi.c

    r423 r429  
    11281128#endif 
    11291129 
    1130 #ifdef USE_PNP 
     1130#ifdef USE_UPNP 
    11311131          if (ph_upnp_devlist) { 
    11321132                  struct vline* vl = vlid2vline(ca->vlid); 
     
    11581158ph_release_stream_ports(phcall_t *ca) 
    11591159{ 
    1160 #ifdef USE_PNP 
     1160#ifdef USE_UPNP 
    11611161        const char* udp = "UDP"; 
    11621162          if (ph_upnp_devlist) { 
Note: See TracChangeset for help on using the changeset viewer.