]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] remove spurious fprintf
authorEvan Hunt <each@isc.org>
Thu, 21 Mar 2013 14:39:57 +0000 (07:39 -0700)
committerEvan Hunt <each@isc.org>
Thu, 21 Mar 2013 14:39:57 +0000 (07:39 -0700)
contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c

index 781ebd93ba403495c31d4628aad1ce928c0ef548..5447c8d8fb9d2d1e2b10d1199ee93e22e344f62a 100644 (file)
@@ -297,7 +297,6 @@ dlz_lookup(const char *zone, const char *name,
                        if (result != ISC_R_SUCCESS)
                                goto done;
 
-fprintf(stderr, "setting result to success on %s/%s\n", nrec->name, nrec->type);
                        result = ISC_R_SUCCESS;
 
                        free(querystring);