Ignore:
Timestamp:
Dec 19, 2008 2:34:48 PM (15 years ago)
Author:
bennylp
Message:

Minor fix to avoid uninitialized variable warning with MSVC 6 release build

File:
1 edited

Legend:

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

    r2234 r2388  
    21592159        if (adesc == NULL) { 
    21602160            /* Unrecognized attribute */ 
    2161             pj_stun_binary_attr *attr; 
     2161            pj_stun_binary_attr *attr = NULL; 
    21622162 
    21632163            PJ_LOG(5,(THIS_FILE, "Unrecognized attribute type 0x%x",  
Note: See TracChangeset for help on using the changeset viewer.