summaryrefslogtreecommitdiff
path: root/pjlib-util
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-06 20:59:11 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-06 20:59:11 +0000
commit763711802aecb8610236a6e7b6531a626ba748c9 (patch)
treed68d71f809b4f831ee2645441d3afd26ee8a66d0 /pjlib-util
parent93c46290dcf20a704b36e66208543ff2bc36e23b (diff)
Fixed compilation warnings in dns_server.c
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1991 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib-util')
-rw-r--r--pjlib-util/src/pjlib-util/dns_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjlib-util/src/pjlib-util/dns_server.c b/pjlib-util/src/pjlib-util/dns_server.c
index 4ca3680d..560475ef 100644
--- a/pjlib-util/src/pjlib-util/dns_server.c
+++ b/pjlib-util/src/pjlib-util/dns_server.c
@@ -134,8 +134,8 @@ PJ_DEF(pj_status_t) pj_dns_server_destroy(pj_dns_server *srv)
static struct rr* find_rr( pj_dns_server *srv,
- pj_uint16_t dns_class,
- pj_uint16_t type /* pj_dns_type */,
+ unsigned dns_class,
+ unsigned type /* pj_dns_type */,
const pj_str_t *name)
{
struct rr *r;