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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/pjproject-0.5-stable/pjsip/src/pjsua-lib/pjsua_core.c

    r1137 r1158  
    10141014        pjsua_var.tpdata[id].data.tp = tp; 
    10151015 
     1016#if defined(PJ_HAS_TCP) && PJ_HAS_TCP!=0 
     1017 
    10161018    } else if (type == PJSIP_TRANSPORT_TCP) { 
    10171019        /* 
     
    10641066        pjsua_var.tpdata[id].local_name = tcp->addr_name; 
    10651067        pjsua_var.tpdata[id].data.factory = tcp; 
     1068 
     1069#endif  /* PJ_HAS_TCP */ 
    10661070 
    10671071#if defined(PJSIP_HAS_TLS_TRANSPORT) && PJSIP_HAS_TLS_TRANSPORT!=0 
Note: See TracChangeset for help on using the changeset viewer.