mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-06 18:07:41 +02:00
- xfr-tsig, fix warning in compile of declaration.
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ dname_valid(uint8_t* dname, size_t maxlen)
|
||||
|
||||
/** compare uncompressed, noncanonical, registers are hints for speed */
|
||||
int
|
||||
query_dname_compare(const register uint8_t* d1, const register uint8_t* d2)
|
||||
query_dname_compare(register const uint8_t* d1, register const uint8_t* d2)
|
||||
{
|
||||
register uint8_t lab1, lab2;
|
||||
log_assert(d1 && d2);
|
||||
|
||||
Reference in New Issue
Block a user