mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Delete spurious 7th arg (of 8) to send_search_entry()
This commit is contained in:
parent
d945144131
commit
d716086a2d
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ read_and_send_results(
|
|||
buf, 0, 0 );
|
||||
} else {
|
||||
send_search_entry( be, conn, op, e, attrs,
|
||||
attrsonly, 0, NULL );
|
||||
attrsonly, NULL );
|
||||
entry_free( e );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue