Skip to content

Commit

Permalink
Fix typo in unimplemented processsecurity
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Dec 23, 2023
1 parent c0367b2 commit d93bbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/processsecurity/unimplemented.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ func DisableDumpable() error {
return nil
}

func MonitorLocks(onlock func) error {
func MonitorLocks(onlock func()) error {
return nil
}

0 comments on commit d93bbfd

Please sign in to comment.