Skip to content

Commit

Permalink
Update sessions.go
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Smith <csmith@bishopfox.com>
  • Loading branch information
cha0tic87 authored Sep 16, 2022
1 parent 82e58c7 commit e1516ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/handlers/sessions.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func tunnelCloseHandler(implantConn *core.ImplantConnection, data []byte) *slive

tunnelData := &sliverpb.TunnelData{}
proto.Unmarshal(data, tunnelData)
sessionHandlerLog.Debugf("[CLOSE] Sequence on tunel %d, %d, data: %s", tunnelData.TunnelID, tunnelData.Sequence, tunnelData.Data)
sessionHandlerLog.Debugf("[CLOSE] Sequence on tunnel %d, %d, data: %s", tunnelData.TunnelID, tunnelData.Sequence, tunnelData.Data)
if !tunnelData.Closed {
return nil
}
Expand Down

0 comments on commit e1516ff

Please sign in to comment.