diff options
Diffstat (limited to 'control/controlbase/conn.go')
| -rw-r--r-- | control/controlbase/conn.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control/controlbase/conn.go b/control/controlbase/conn.go index 78ef73f71..8a3a90495 100644 --- a/control/controlbase/conn.go +++ b/control/controlbase/conn.go @@ -61,7 +61,7 @@ type rxState struct { // txState is all the Conn state that Write uses. type txState struct { - sync.Mutex + syncs.Mutex cipher cipher.AEAD nonce nonce err error // records the first partial write error for all future calls |
