summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 30656f8)
raw | patch | inline | side by side (parent: 30656f8)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 May 2009 07:35:28 +0000 (07:35 +0000) | ||
committer | rettenbe <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 | patch | blob | history |
index 7ae02e44dd302cce9f0e2f91827f5822bf0be326..622c8e4279077cba5d1969943cd3732397557b02 100644 (file)
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};