This commit is contained in:
Özgür Kesim 2013-07-30 13:20:53 +02:00
parent 87e9f8152f
commit 7648733aaa

View File

@ -2,10 +2,10 @@ package main
import ( import (
"crypto/tls" "crypto/tls"
"log"
"net"
"flag" "flag"
"fmt" "fmt"
"log"
"net"
"os" "os"
"os/exec" "os/exec"
"syscall" "syscall"
@ -70,8 +70,6 @@ func main() {
} }
} }
// accept-loop // accept-loop
for { for {
conn, err := sock.Accept() conn, err := sock.Accept()