LUKS support touchups
This commit is contained in:
parent
64d3891c48
commit
598234d161
5 changed files with 44 additions and 20 deletions
|
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
func IsSMBExtModeDefault() bool {
|
||||
return runtime.GOOS == "windows1"
|
||||
return runtime.GOOS == "windows"
|
||||
}
|
||||
|
||||
var defaultListenIP = net.ParseIP("127.0.0.1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue