this test is useless, since noop is masked SLAP_CTRL_UPDATE

This commit is contained in:
Pierangelo Masarati 2002-08-29 12:17:28 +00:00
parent 456e6c73ab
commit c38f1a63b0

View File

@ -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 */