Module: sip-router
Branch: 3.1
Commit: 1971e78a51ca7d5b6ca614cfd9fd24d1bb50d12d
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1971e78…
Author: Iñaki Baz Castillo <ibc(a)aliax.net>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Jun 22 17:42:13 2011 +0200
dns: typo fixed (dns_a_resovle -> dns_a_resolve)
(cherry picked from commit 12cc6b39ecafedd611fde7eb917becaa78038cbf)
---
dns_cache.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dns_cache.c b/dns_cache.c
index 22d1676..f14a11d 100644
--- a/dns_cache.c
+++ b/dns_cache.c
@@ -2978,7 +2978,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;
}