[tor-commits] [goptlib/master] Fix a reference to prop 217.

dcf at torproject.org dcf at torproject.org
Tue Jun 20 15:19:41 UTC 2017


commit 20b26079e3832b76b034fa6afe0b31603dd2052e
Author: David Fifield <david at bamsoftware.com>
Date:   Tue Jun 20 08:04:43 2017 -0700

    Fix a reference to prop 217.
---
 pt.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pt.go b/pt.go
index ae78f3d..f910d55 100644
--- a/pt.go
+++ b/pt.go
@@ -616,7 +616,7 @@ func readAuthCookie(f io.Reader) ([]byte, error) {
 }
 
 // Read and validate the contents of an auth cookie file. Returns the 32-byte
-// cookie. See section 4.2.1.2 of pt-spec.txt.
+// cookie. See section 4.2.1.2 of 217-ext-orport-auth.txt.
 func readAuthCookieFile(filename string) ([]byte, error) {
 	f, err := os.Open(filename)
 	if err != nil {





More information about the tor-commits mailing list