aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/scheduler.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-05-07 12:38:46 +0000
committerMartin Willi <martin@strongswan.org>2007-05-07 12:38:46 +0000
commit6874bf698c537f3184483dd716c3a5b54912718e (patch)
tree8577be6ae42bbfefa273da7913f6c3ca99c406e3 /src/charon/processing/scheduler.c
parenta4a3884c8345dcb34fcfc9cc127e6b8a4d19554a (diff)
downloadstrongswan-6874bf698c537f3184483dd716c3a5b54912718e.tar.bz2
strongswan-6874bf698c537f3184483dd716c3a5b54912718e.tar.xz
changing UID/GID after startup of pluto/charon
added --with-uid/--with-gid configure option
Diffstat (limited to 'src/charon/processing/scheduler.c')
-rw-r--r--src/charon/processing/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/processing/scheduler.c b/src/charon/processing/scheduler.c
index d4accb630..2fb4e16e7 100644
--- a/src/charon/processing/scheduler.c
+++ b/src/charon/processing/scheduler.c
@@ -61,7 +61,7 @@ static void get_events(private_scheduler_t * this)
(int)pthread_self());
/* drop threads capabilities */
- charon->drop_capabilities(charon, FALSE, FALSE);
+ charon->drop_capabilities(charon, TRUE, FALSE, FALSE);
while (TRUE)
{