Ignore:
Timestamp:
Apr 9, 2007 7:06:08 AM (17 years ago)
Author:
bennylp
Message:

Fixed all VS6 and VS8 projects with new third party projects layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/pjsip-apps/src/samples/pjsip-perf.c

    r1159 r1177  
    752752static pj_status_t init_sip() 
    753753{ 
    754     pj_status_t status; 
     754    pj_status_t status = -1; 
    755755 
    756756    /* Add UDP/TCP transport. */ 
     
    758758        pj_sockaddr_in addr; 
    759759        pjsip_host_port addrname; 
    760         const char *transport_type; 
     760        const char *transport_type = NULL; 
    761761 
    762762        pj_bzero(&addr, sizeof(addr)); 
Note: See TracChangeset for help on using the changeset viewer.