mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-16 05:33:47 +02:00
Small fix
This commit is contained in:
parent
afe33a9204
commit
9cd40d5b30
1 changed files with 0 additions and 1 deletions
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue