Skip to content
Snippets Groups Projects
Commit c38f1a63 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

this test is useless, since noop is masked SLAP_CTRL_UPDATE

parent 456e6c73
No related branches found
No related tags found
No related merge requests found
......@@ -579,12 +579,16 @@ id2entry_retry:
if (e) {
int result;
#if 0 /* noop is masked SLAP_CTRL_UPDATE */
if( op->o_noop ) {
result = 0;
} else {
#endif
result = send_search_entry( be, conn, op,
e, attrs, attrsonly, NULL);
#if 0
}
#endif
switch (result) {
case 0: /* entry sent ok */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment