From 504e61ca414ccdccba6376cf3fd3a547e361869e Mon Sep 17 00:00:00 2001 From: opensides Date: Sat, 27 Mar 2010 09:39:37 +0000 Subject: [PATCH] - Added patches from LHM commit r15602 Closes #850 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17304 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/client/events/corefunctions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-si/client/events/corefunctions.pm b/gosa-si/client/events/corefunctions.pm index f1a8935cc..71d783463 100644 --- a/gosa-si/client/events/corefunctions.pm +++ b/gosa-si/client/events/corefunctions.pm @@ -451,7 +451,7 @@ sub new_ldap_config { # Allow custom scripts to be executed if (defined $ldap_config_exit_hook) { system($ldap_config_exit_hook); - daemon_log("executed hook $ldap_config_exit_hook", 5); + daemon_log("Hook $ldap_config_exit_hook returned with code ".($? >> 8), 5); } return; -- 2.30.2