aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/dnstap/handler.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/dnstap/handler.go b/plugin/dnstap/handler.go
index e8a1fbc4a..a4b1acff0 100644
--- a/plugin/dnstap/handler.go
+++ b/plugin/dnstap/handler.go
@@ -18,8 +18,8 @@ type Dnstap struct {
// IncludeRawMessage will include the raw DNS message into the dnstap messages if true.
IncludeRawMessage bool
- Identity []byte
- Version []byte
+ Identity []byte
+ Version []byte
}
// TapMessage sends the message m to the dnstap interface.