From abb688460edeaccd22080bd9ea2c3c5ccef05f9e Mon Sep 17 00:00:00 2001 From: rettenbe Date: Thu, 17 Apr 2008 07:27:32 +0000 Subject: [PATCH] bugfix: deprecated syntax in SIPackages git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10529 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/modules/SIPackages.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-si/modules/SIPackages.pm b/gosa-si/modules/SIPackages.pm index 586116048..a46c34cfe 100644 --- a/gosa-si/modules/SIPackages.pm +++ b/gosa-si/modules/SIPackages.pm @@ -732,7 +732,7 @@ sub new_ldap_config { } # Do we need to look at an object class? - if (not defined @servers){ + if (not @servers){ $mesg = $ldap_handle->search( base => $ldap_base, scope => 'sub', attrs => ['dn', 'gotoLdapServer', 'FAIclass'], -- 2.30.2