Skip to content
Snippets Groups Projects
Commit d716086a authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

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

parent d9451441
Branches
Tags
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment