mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
this test is useless, since noop is masked SLAP_CTRL_UPDATE
This commit is contained in:
parent
456e6c73ab
commit
c38f1a63b0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user