Skip to content

Commit 76c9e2c

Browse files
committed
Fix unlocking unlocked
1 parent 9bb021c commit 76c9e2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tailnet/coordinator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ func (c *coordinator) ServeAgent(conn net.Conn, id uuid.UUID) error {
263263
}
264264
_, err = conn.Write(data)
265265
if err != nil {
266-
c.mutex.Unlock()
267266
return xerrors.Errorf("write nodes: %w", err)
268267
}
269268
}

0 commit comments

Comments
 (0)