summaryrefslogtreecommitdiffstats
path: root/src/fastd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.c')
-rw-r--r--src/fastd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fastd.c b/src/fastd.c
index b7a7a83..22d64b9 100644
--- a/src/fastd.c
+++ b/src/fastd.c
@@ -1050,11 +1050,7 @@ static void set_user(fastd_context_t *ctx) {
}
static void drop_caps(fastd_context_t *ctx) {
- if (ctx->conf->lock_caps)
- fastd_cap_lock(ctx);
-
set_user(ctx);
-
fastd_cap_drop(ctx);
}