HACK remove debug statement
authorKai Blin <kai@samba.org>
Wed, 5 Sep 2012 06:07:45 +0000 (08:07 +0200)
committerKai Blin <kai@samba.org>
Wed, 5 Sep 2012 06:41:23 +0000 (08:41 +0200)
source4/dns_server/dns_crypto.c

index 74cbffb2525c910249e7a3d15736446dc8f63398..d7360a9d8fc18fe0de9518bcc43fce81a92dd783 100644 (file)
@@ -118,7 +118,6 @@ WERROR dns_verify_tsig(struct dns_server *dns,
                return WERR_OK;
        }
 
-       DEBUG(0, ("got here\n"));
        /* The TSIG record needs to be the last additional record */
        if (found_tsig && i + 1 != packet->arcount) {
                DEBUG(0, ("TSIG record not the last additional record!\n"));