--- lib/PXElator/client.pm 2009/09/09 10:13:08 408 +++ lib/PXElator/client.pm 2009/09/09 10:36:00 409 @@ -85,8 +85,8 @@ my $mac = shift; $mac = format::mac($mac); - if ( $server::new_clients-- ) { - warn "# clients left: $server::new_clients\n"; + if ( $server::new_clients > 0 ) { + warn "# clients left: ", --$server::new_clients; } else { warn "W: no new clients accepted"; return '0.0.0.0';