Delete spurious 7th arg (of 8) to send_search_entry()

This commit is contained in:
Hallvard Furuseth 1999-08-01 20:31:03 +00:00
parent d945144131
commit d716086a2d

View file

@ -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 );
}