commit 20b26079e3832b76b034fa6afe0b31603dd2052e
Author: David Fifield <[email protected]>
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 {



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to