Skip to content

Commit

Permalink
fix in error handling - make it work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
farialima committed Nov 18, 2023
1 parent bb40df3 commit 76e574a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Sympa/DataSource/LDAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sub _open_operation {
if ($self->{_page}) {
# We had an abnormal exit, so let the server know we do not want any more
$self->{_page}->size(0);
$self->do_operation('search', @args);
$self->{_db}->do_operation('search', @args);
}

return undef;
Expand Down

0 comments on commit 76e574a

Please sign in to comment.