fix
This commit is contained in:
parent
dea831d23f
commit
43705654d1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func Unveil(path string, perms string) {
|
|||
|
||||
rv, err := C.unveil(cpath, cperms)
|
||||
if rv != 0 {
|
||||
return elog.Fatalf("unveil(%s, %s) failure (%d)", path, perms, err)
|
||||
elog.Fatalf("unveil(%s, %s) failure (%d)", path, perms, err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue