Module: sip-router Branch: master Commit: 12cc6b39ecafedd611fde7eb917becaa78038cbf URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=12cc6b39...
Author: Iñaki Baz Castillo ibc@aliax.net Committer: Iñaki Baz Castillo ibc@aliax.net Date: Wed Jun 22 17:42:13 2011 +0200
dns: typo fixed (dns_a_resovle -> dns_a_resolve)
---
dns_cache.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dns_cache.c b/dns_cache.c index 5a12ca1..da8f97d 100644 --- a/dns_cache.c +++ b/dns_cache.c @@ -2976,7 +2976,7 @@ inline static int dns_a_resolve( struct dns_hash_entry** e, ret=-E_DNS_EOR; } error: - DBG("dns_a_resovle(%.*s, %d) returning %d\n", + DBG("dns_a_resolve(%.*s, %d) returning %d\n", name->len, name->s, *rr_no, ret); return ret; }