Skip to content

Commit

Permalink
Merge pull request #21 from puredanger/patch-1
Browse files Browse the repository at this point in the history
Fix PrivilegedAction proxy signature
  • Loading branch information
quoll authored Sep 26, 2024
2 parents da7434f + 3e78fd2 commit ea5c70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asami/durable/block/file/voodoo.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(when obj
(AccessController/doPrivileged
(proxy [PrivilegedAction] []
(run [_]
(run []
(try
(let [get-cleaner-method (.getMethod (class obj) "cleaner" (make-array Class 0))
_ (.setAccessible get-cleaner-method true)
Expand Down

0 comments on commit ea5c70d

Please sign in to comment.