]> Cypherpunks repositories - gostls13.git/commit
net/smtp: remove data race from TestSendMail.
authorRick Arnold <rickarnoldjr@gmail.com>
Mon, 17 Dec 2012 15:45:33 +0000 (10:45 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 17 Dec 2012 15:45:33 +0000 (10:45 -0500)
commitbcb495b39aebd55dd3e4502807646eec7023c5f3
treeca6485ce03ab9dc71ee65847bde33a1a257336c3
parent57ae2e7371de9c7c5c2f6314baf95ca8b94a61d8
net/smtp: remove data race from TestSendMail.

A data race was found in TestSendMail by the race detector.

Fixes #4559.

R=golang-dev, bradfitz, dave, rsc
CC=golang-dev
https://golang.org/cl/6944057
src/pkg/net/smtp/smtp_test.go