Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Feb 28, 2024
1 parent 5c61edd commit 122fb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/c2/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ func (s *SliverDNSServer) handleDNSSessionInit(domain string, msg *dnspb.DNSMess
resp := new(dns.Msg)
resp.SetReply(req)
resp.Authoritative = true
respBuf := []byte{}
// respBuf := []byte{}
for _, q := range req.Question {
switch q.Qtype {
case dns.TypeTXT:
Expand Down

0 comments on commit 122fb03

Please sign in to comment.