mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
fix build for windows
found with "make buildall", it was broken since the change for reusable components.
This commit is contained in:
@ -5,5 +5,5 @@ package mox
|
||||
// Not implemented yet on windows. Would need to understand its security model
|
||||
// first.
|
||||
func ForkExecUnprivileged() {
|
||||
xlog.Fatal("fork and exec to unprivileged user not yet implemented on windows")
|
||||
pkglog.Fatal("fork and exec to unprivileged user not yet implemented on windows")
|
||||
}
|
||||
|
Reference in New Issue
Block a user