Ignore:
Timestamp:
Apr 6, 2007 10:29:20 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c

    r1136 r1159  
    11921192        pjsua_var.tpdata[id].data.tp = tp; 
    11931193 
     1194#if defined(PJ_HAS_TCP) && PJ_HAS_TCP!=0 
     1195 
    11941196    } else if (type == PJSIP_TRANSPORT_TCP) { 
    11951197        /* 
     
    12421244        pjsua_var.tpdata[id].local_name = tcp->addr_name; 
    12431245        pjsua_var.tpdata[id].data.factory = tcp; 
     1246 
     1247#endif  /* PJ_HAS_TCP */ 
    12441248 
    12451249#if defined(PJSIP_HAS_TLS_TRANSPORT) && PJSIP_HAS_TLS_TRANSPORT!=0 
Note: See TracChangeset for help on using the changeset viewer.