Removed duplicated field SPNUsed from netquery module

This commit is contained in:
Patrick Pacher
2022-08-02 08:58:06 +02:00
parent a7034e423c
commit 6c4faa3d3c
3 changed files with 3 additions and 4 deletions

View File

@@ -134,7 +134,8 @@ type Connection struct { //nolint:maligned // TODO: fix alignment
// be changed during the lifetime of a connection and must be guarded
// using the connection lock.
Inspecting bool
// Tunneled is currently unused and MUST be ignored.
// Tunneled is set to true when the connection has been routed through the
// SPN.
Tunneled bool
// Encrypted is currently unused and MUST be ignored.
Encrypted bool