LUKS support touchups

This commit is contained in:
AlexSSD7 2023-09-01 12:40:13 +01:00
commit 598234d161
5 changed files with 44 additions and 20 deletions

View file

@ -6,7 +6,7 @@ import (
)
func IsSMBExtModeDefault() bool {
return runtime.GOOS == "windows1"
return runtime.GOOS == "windows"
}
var defaultListenIP = net.ParseIP("127.0.0.1")