From 426fc0f6a0dad7707d772d7c87294b3d3322feff Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 22 Feb 2008 14:03:52 +0000 Subject: [PATCH] Fixed corefunctions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9079 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/client/events/corefunctions.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gosa-si/client/events/corefunctions.pm b/gosa-si/client/events/corefunctions.pm index 6686c2ae2..740467a6f 100644 --- a/gosa-si/client/events/corefunctions.pm +++ b/gosa-si/client/events/corefunctions.pm @@ -130,7 +130,12 @@ sub server_leaving { sub new_ldap_config { - my ($msg_hash) = @_ ; + my ($msg, $msg_hash) = @_ ; + + if( $ldap_enabled != 1 ) { + return; + } + my $element; my @ldap_uris; my $ldap_base; -- 2.30.2