summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 442f435)
raw | patch | inline | side by side (parent: 442f435)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 27 May 2009 13:03:12 +0000 (15:03 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 27 May 2009 13:03:12 +0000 (15:03 +0200) |
src/dns.c | patch | blob | history |
diff --git a/src/dns.c b/src/dns.c
index bf341a7a8683cc00ac28ede31f0e57b29e45c454..74fab98d172337b3bdf2fc3b24477d868f229789 100644 (file)
--- a/src/dns.c
+++ b/src/dns.c
int skip = 0;
if (!select_numeric_qtype)
{
- char *str = qtype_str(dns->qtype);
+ const char *str = qtype_str(dns->qtype);
if ((str == NULL) || (str[0] == '#'))
skip = 1;
}