--- lib/LDAP/Koha.pm 2009/04/29 09:29:46 52 +++ lib/LDAP/Koha.pm 2009/04/29 11:47:13 53 @@ -247,8 +247,10 @@ } - warn "### last entry ",$entry->dump( \*STDERR ); - push @entries, $entry; + if ( $entry ) { + warn "### last entry ",$entry->dump( \*STDERR ); + push @entries, $entry; + } } else { warn "UNKNOWN request: ",dump( $reqData );