Skip to content
Snippets Groups Projects
Commit 4e2dccf1 authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit, make sure to only send result once

parent 379a6202
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ fail:;
goto retry;
}
}
rc = ldap_back_op_result( lc, op, rs, msgid, LDAP_BACK_SENDERR );
rc = ldap_back_op_result( lc, op, rs, msgid, LDAP_BACK_DONTSEND );
ldap_back_freeconn( op, lc );
lc = NULL;
goto finish;
......
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