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/server.c

    r1924 r1929  
    567567    /* Get TURN allocation from the source address */ 
    568568    pj_lock_acquire(srv->core.lock); 
    569     alloc = pj_hash_get(srv->tables.alloc, &pkt->src, sizeof(pkt->src), NULL); 
     569    alloc = (pj_turn_allocation*) 
     570            pj_hash_get(srv->tables.alloc, &pkt->src, sizeof(pkt->src), NULL); 
    570571    pj_lock_release(srv->core.lock); 
    571572 
Note: See TracChangeset for help on using the changeset viewer.