Tweaks comment about side effects.

pull/1942/head
James Phillips 9 years ago
parent 529b24adbf
commit a885f1bdff

@ -439,7 +439,7 @@ func (l *localState) setSyncState() error {
eCopy := existing.Clone()
// Copy the server's check before modifying, otherwise
// in-memory RPC-based unit tests will have side effects.
// in-memory RPCs will have side effects.
cCopy := check.Clone()
// If there's a defer timer active then we've got a

Loading…
Cancel
Save