[tor-commits] [meek/master] fmt.
dcf at torproject.org
dcf at torproject.org
Wed Apr 9 05:56:57 UTC 2014
commit 2922b23f1ec5148ef05f8fa959ddb182af3b5516
Author: David Fifield <david at 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
More information about the tor-commits
mailing list