mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
HACK remove debug statement
This commit is contained in:
parent
f3e44c390c
commit
a0c2453405
@ -118,7 +118,6 @@ WERROR dns_verify_tsig(struct dns_server *dns,
|
|||||||
return WERR_OK;
|
return WERR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG(0, ("got here\n"));
|
|
||||||
/* The TSIG record needs to be the last additional record */
|
/* The TSIG record needs to be the last additional record */
|
||||||
if (found_tsig && i + 1 != packet->arcount) {
|
if (found_tsig && i + 1 != packet->arcount) {
|
||||||
DEBUG(0, ("TSIG record not the last additional record!\n"));
|
DEBUG(0, ("TSIG record not the last additional record!\n"));
|
||||||
|
Loading…
Reference in New Issue
Block a user