summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 05f3e3b)
raw | patch | inline | side by side (parent: 05f3e3b)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Mar 2009 13:50:35 +0000 (13:50 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Mar 2009 13:50:35 +0000 (13:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13496 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-si/modules/ClientPackages.pm | patch | blob | history |
index 99bb3506909d66fbcae153ea52daeb6efc0b0bce..7ae02e44dd302cce9f0e2f91827f5822bf0be326 100644 (file)
$nu_clients --;
}
- # number of actual activ clients
+ # number of current active clients
my $act_nu_clients = $nu_clients;
- &main::daemon_log("$session_id INFO: number of actual activ clients: $act_nu_clients", 5);
+ &main::daemon_log("$session_id INFO: number of current active clients: $act_nu_clients", 5);
&main::daemon_log("$session_id INFO: number of maximal allowed clients: $max_clients", 5);
if($max_clients <= $act_nu_clients) {