summaryrefslogtreecommitdiff
path: root/lib/security.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/security.c')
-rw-r--r--lib/security.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/security.c b/lib/security.c
index ab17da91..92cccc39 100644
--- a/lib/security.c
+++ b/lib/security.c
@@ -140,7 +140,6 @@ void drop_effective_privs (void)
}
priv_drop_count++;
- debug ("++priv_drop_count = %d\n", priv_drop_count);
#endif /* MAN_OWNER */
}
@@ -153,7 +152,6 @@ void regain_effective_privs (void)
#ifdef MAN_OWNER
if (priv_drop_count) {
priv_drop_count--;
- debug ("--priv_drop_count = %d\n", priv_drop_count);
if (priv_drop_count)
return;
}