This commit is contained in:
Christian Schwarz
2018-08-25 21:30:25 +02:00
parent e082816de5
commit e30ae972f4
27 changed files with 130 additions and 147 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ type NetConnLogger struct {
func NewNetConnLogger(conn net.Conn, readlog, writelog string) (l *NetConnLogger, err error) {
l = &NetConnLogger{
Conn: conn,
Conn: conn,
}
flags := os.O_CREATE | os.O_WRONLY
if readlog != "" {