Ignore:
Timestamp:
Apr 14, 2008 4:04:30 AM (16 years ago)
Author:
bennylp
Message:

Fixed miscellaneous compile warnings/errors when built with C++ mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjturn-srv/auth.c

    r1924 r1929  
    103103    for (i=0; i<PJ_ARRAY_SIZE(g_cred); ++i) { 
    104104        if (pj_stricmp2(username, g_cred[i].username) == 0) { 
    105             *data_type = 0; 
     105            *data_type = PJ_STUN_PASSWD_PLAIN; 
    106106            *data = pj_str(g_cred[i].passwd); 
    107107            return PJ_SUCCESS; 
Note: See TracChangeset for help on using the changeset viewer.