Changeset 1991


Ignore:
Timestamp:
Jun 6, 2008 8:59:11 PM (16 years ago)
Author:
bennylp
Message:

Fixed compilation warnings in dns_server.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/dns_server.c

    r1987 r1991  
    135135 
    136136static struct rr* find_rr( pj_dns_server *srv, 
    137                            pj_uint16_t dns_class, 
    138                            pj_uint16_t type     /* pj_dns_type */, 
     137                           unsigned dns_class, 
     138                           unsigned type        /* pj_dns_type */, 
    139139                           const pj_str_t *name) 
    140140{ 
Note: See TracChangeset for help on using the changeset viewer.