mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
Fix typo in comment.
This commit is contained in:
parent
a9cde92376
commit
bf8bbc27fe
3 changed files with 3 additions and 3 deletions
|
|
@ -302,6 +302,6 @@ done:
|
|||
|
||||
LOCK_ID_FREE(bdb->bi_dbenv, locker);
|
||||
|
||||
/* front end with send result on success (rc==0) */
|
||||
/* front end will send result on success (rc==0) */
|
||||
return rc;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@ return_results:;
|
|||
cache_return_entry_r( &li->li_cache, e );
|
||||
ldap_pvt_thread_rdwr_runlock(&li->li_giant_rwlock);
|
||||
|
||||
/* front end with send result on success (rc==0) */
|
||||
/* front end will send result on success (rc==0) */
|
||||
return( rc );
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ null_back_bind(
|
|||
struct null_info *ni = (struct null_info *) be->be_private;
|
||||
|
||||
if( ni->bind_allowed )
|
||||
/* front end with send result on success (0) */
|
||||
/* front end will send result on success (0) */
|
||||
return 0;
|
||||
send_ldap_result( conn, op, LDAP_INVALID_CREDENTIALS,
|
||||
NULL, NULL, NULL, NULL );
|
||||
|
|
|
|||
Loading…
Reference in a new issue