Ignore:
Timestamp:
Mar 20, 2008 7:21:27 PM (16 years ago)
Author:
bennylp
Message:

More ticket #485: updated Makefiles and fixed compilation warnings with gcc

File:
1 edited

Legend:

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

    r1879 r1882  
    8686                                         const pj_str_t *username, 
    8787                                         pj_pool_t *pool, 
    88                                          int *data_type, 
     88                                         pj_stun_passwd_type *data_type, 
    8989                                         pj_str_t *data) 
    9090{ 
     
    9696 
    9797    if (pj_stricmp2(realm, g_realm)) 
    98         PJ_EINVAL; 
     98        return PJ_EINVAL; 
    9999 
    100100    for (i=0; i<PJ_ARRAY_SIZE(g_cred); ++i) { 
Note: See TracChangeset for help on using the changeset viewer.