Skip to content

Commit 3acc332

Browse files
committed
remove unusend line
1 parent 659689e commit 3acc332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

providers/http/nfqueue/nfqueue.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ func (w *HTTPProvider) serve(domain, token, keyAuth string) error {
115115
//check network layer
116116
outputTcp.SetNetworkLayerForChecksum(&layers.IPv4{})
117117
replypacket := gopacket.NewSerializeBuffer()
118-
bytes, _ := replypacket.AppendBytes(len(replyhttp))
119118

120119
opts := gopacket.SerializeOptions{
121120
FixLengths: true,

0 commit comments

Comments
 (0)