summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9b55b7a)
raw | patch | inline | side by side (parent: 9b55b7a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 10:57:05 +0000 (10:57 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 10:57:05 +0000 (10:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11142 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/siTriggered.pm | patch | blob | history |
index 007e84df51465ff1259ce84d89353cad575e9e13..50d7905152fd3f01e45ee93955dd5ff496690cee 100644 (file)
return;
}
# Build LDAP connection
- my $ldap_handle = &main::get_ldap_handle($session_id);
+ my $ldap_handle = &main::get_ldap_handle($session_id);
if( not defined $ldap_handle ) {
&main::daemon_log("$session_id ERROR: cannot connect to ldap: $ldap_uri", 1);
return;