Fix prev commit, make sure to only send result once

This commit is contained in:
Howard Chu 2005-03-04 06:25:10 +00:00
parent 379a620217
commit 4e2dccf147

View File

@ -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;