Fix typo in unimplemented processsecurity
This commit is contained in:
parent
c0367b2c75
commit
d93bbfde73
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ func DisableDumpable() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func MonitorLocks(onlock func) error {
|
func MonitorLocks(onlock func()) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue