From: rettenbe Date: Thu, 7 May 2009 07:35:28 +0000 (+0000) Subject: recheckin of patch r12474 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0e0a03b2f96599ffefc1667506b507c8e68e7137;p=gosa.git recheckin of patch r12474 git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13624 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/trunk/gosa-si/modules/ClientPackages.pm b/trunk/gosa-si/modules/ClientPackages.pm index 7ae02e44d..622c8e427 100644 --- a/trunk/gosa-si/modules/ClientPackages.pm +++ b/trunk/gosa-si/modules/ClientPackages.pm @@ -765,6 +765,7 @@ sub new_ldap_config { my $hit_counter = keys %{$res}; if( not $hit_counter == 1 ) { &main::daemon_log("$session_id ERROR: more or no hit found in known_clients_db by query '$sql_statement'", 1); + return; } $address = $res->{1}->{hostname};