summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/subr.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-02-03 10:37:44 +0000
committerpjd <pjd@FreeBSD.org>2011-02-03 10:37:44 +0000
commitc7493a8a8581e0ac1368ee3781fd6d716baba105 (patch)
treea09b71e112776409a762687068d2d06332daa909 /sbin/hastd/subr.c
parent11926ca84d4e893ce66f67b945840ccb9540a3cb (diff)
downloadFreeBSD-src-c7493a8a8581e0ac1368ee3781fd6d716baba105.zip
FreeBSD-src-c7493a8a8581e0ac1368ee3781fd6d716baba105.tar.gz
Let the caller log info about successful privilege drop.
We don't want to log this in hastctl. MFC after: 1 week
Diffstat (limited to 'sbin/hastd/subr.c')
-rw-r--r--sbin/hastd/subr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/hastd/subr.c b/sbin/hastd/subr.c
index ae16975..24d6dd5 100644
--- a/sbin/hastd/subr.c
+++ b/sbin/hastd/subr.c
@@ -184,7 +184,5 @@ drop_privs(void)
PJDLOG_VERIFY(getgroups(1, gidset) == 1);
PJDLOG_VERIFY(gidset[0] == pw->pw_gid);
- pjdlog_info("Privileges successfully dropped.");
-
return (0);
}
OpenPOWER on IntegriCloud