Code

- Added patches from LHM commit r15602 Closes #850
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 27 Mar 2010 09:39:37 +0000 (09:39 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 27 Mar 2010 09:39:37 +0000 (09:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17304 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/client/events/corefunctions.pm

index f1a8935cc128c6c4bc9ef4bda18c42e159e2b905..71d783463799d32877df9347ec1f2f9383c05a92 100644 (file)
@@ -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;