summaryrefslogtreecommitdiff
path: root/openbsd_priv.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd_priv.c')
-rw-r--r--openbsd_priv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd_priv.c b/openbsd_priv.c
index 46e0883..b72f167 100644
--- a/openbsd_priv.c
+++ b/openbsd_priv.c
@@ -27,5 +27,6 @@ void drop_privileges() {
}
}
-void drop_worker_privileges(void) {
+void setup_privilege_violations_handler(void) {
+ // not needed
}