commit 2922b23f1ec5148ef05f8fa959ddb182af3b5516
Author: David Fifield <da...@bamsoftware.com>
Date:   Tue Apr 8 01:34:04 2014 -0700

    fmt.
---
 meek-client-torbrowser/main.go |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meek-client-torbrowser/main.go b/meek-client-torbrowser/main.go
index 18f165b..b00cc34 100644
--- a/meek-client-torbrowser/main.go
+++ b/meek-client-torbrowser/main.go
@@ -157,7 +157,7 @@ func main() {
        go func() {
                io.Copy(ioutil.Discard, os.Stdin)
                log.Printf("synthesizing SIGTERM because of stdin close")
-               sigChan <-syscall.SIGTERM
+               sigChan <- syscall.SIGTERM
        }()
 
        sig := <-sigChan



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to