Ignore:
Timestamp:
May 23, 2007 2:54:48 PM (17 years ago)
Author:
bennylp
Message:

Fixed gcc warning about unitialized variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/ice_strans.c

    r1288 r1298  
    709709                                              const pj_sockaddr_in *addr) 
    710710{ 
    711     pj_ice_strans_comp *comp; 
     711    pj_ice_strans_comp *comp = NULL; 
    712712    pj_status_t status; 
    713713 
Note: See TracChangeset for help on using the changeset viewer.