mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-30 23:46:36 +00:00
Small fix
This commit is contained in:
1
main.go
1
main.go
@@ -78,7 +78,6 @@ func main() {
|
|||||||
cfg.KeyLogWriter = w
|
cfg.KeyLogWriter = w
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
cert, err := tls.LoadX509KeyPair(conf.Server.CertFile, conf.Server.KeyFile)
|
cert, err := tls.LoadX509KeyPair(conf.Server.CertFile, conf.Server.KeyFile)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user