Code

recheckin of patch r12474
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 May 2009 07:35:28 +0000 (07:35 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 May 2009 07:35:28 +0000 (07:35 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13624 594d385d-05f5-0310-b6e9-bd551577e9d8

trunk/gosa-si/modules/ClientPackages.pm

index 7ae02e44dd302cce9f0e2f91827f5822bf0be326..622c8e4279077cba5d1969943cd3732397557b02 100644 (file)
@@ -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};