Fix typo in comment.

This commit is contained in:
Hallvard Furuseth 2003-01-24 20:12:50 +00:00
parent a9cde92376
commit bf8bbc27fe
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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