Created
October 5, 2016 13:56
-
-
Save r4um/8532edc001d168ab7bd73566d435ef39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: services/outside_network.c | |
=================================================================== | |
--- services/outside_network.c (revision 3866) | |
+++ services/outside_network.c (working copy) | |
@@ -1879,7 +1879,7 @@ | |
return 0; | |
} | |
#ifdef USE_DNSTAP | |
- if(outnet->dtenv && | |
+ if(error == NETEVENT_NOERROR && outnet->dtenv && | |
(outnet->dtenv->log_resolver_response_messages || | |
outnet->dtenv->log_forwarder_response_messages)) | |
dt_msg_send_outside_response(outnet->dtenv, &sq->addr, c->type, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment