aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging')
-rwxr-xr-xsrc/logging2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging b/src/logging
index 9ad9804..73b2764 100755
--- a/src/logging
+++ b/src/logging
@@ -81,7 +81,7 @@ log-login ()
# Call logging programs (those that exists) for a logout action
log-logout ()
{
- try log-login-syslog "$@"
+ true
}
# Call logging programs (those that exists) for a failed login action
log-denied ()