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 (
"crypto/tls"
"log"
"net"
"flag"
"fmt"
"log"
"net"
"os"
"os/exec"
"syscall"
@ -70,8 +70,6 @@ func main() {
}
}
// accept-loop
for {
conn, err := sock.Accept()