commit | 5b99eae59d59a8e34a7e512059b98bbd803312f2 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Sun Jan 06 23:09:50 2019 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Sun Jan 06 23:09:50 2019 +0000 |
tree | 88e6c82d2ad00053905e6d8ad3c0ad246bad11e0 | |
parent | 2daca52b80afdc92e7c976629a2bf8182335a626 [diff] [blame] |
Cache SRV records. Inpsired by a patch from Jeremy Allison, but completely re-rolled by srk. All bugs are mine.
diff --git a/src/auth.c b/src/auth.c index 24ef0d7..7446580 100644 --- a/src/auth.c +++ b/src/auth.c
@@ -129,7 +129,7 @@ for (q = ntohs(header->qdcount); q != 0; q--) { - unsigned short flag = 0; + unsigned int flag = 0; int found = 0; int cname_wildcard = 0;