diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-09 01:01:15 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-09 01:01:15 +0200 |
commit | ca05a63f2d249620272af55885d2799779857ce9 (patch) | |
tree | acdc3c5092c9d6f7258bac709b47bebc008b58f0 /comp_auth.go | |
parent | 1a8a4ac3dc8b9c3167e18192269d8609f6e7799e (diff) | |
download | hydra-dragonfire-ca05a63f2d249620272af55885d2799779857ce9.tar.xz |
Fix deadlock on auth fail
Diffstat (limited to 'comp_auth.go')
-rw-r--r-- | comp_auth.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comp_auth.go b/comp_auth.go index a017cc7..eeccc66 100644 --- a/comp_auth.go +++ b/comp_auth.go @@ -2,8 +2,8 @@ package main import ( "github.com/HimbeerserverDE/srp" - "github.com/dragonfireclient/mt" "github.com/dragonfireclient/hydra-dragonfire/convert" + "github.com/dragonfireclient/mt" "github.com/yuin/gopher-lua" "strings" "time" |