mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
just a typo I found when reading.
This commit is contained in:
parent
e720e064c6
commit
51be9d70fe
@ -29,14 +29,14 @@ class LDAPSearchResults{
|
|||||||
/**
|
/**
|
||||||
* For internal use only.
|
* For internal use only.
|
||||||
*
|
*
|
||||||
* This method read Search result entries from a
|
* This method reads Search result entries from a
|
||||||
* LDAPMessageQueue-object.
|
* LDAPMessageQueue-object.
|
||||||
* @param msg The message queue to read
|
* @param msg The message queue to read
|
||||||
*/
|
*/
|
||||||
LDAPResult* readMessageQueue(LDAPMessageQueue* msg);
|
LDAPResult* readMessageQueue(LDAPMessageQueue* msg);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The methode is used by the client-application to read the
|
* The method is used by the client-application to read the
|
||||||
* result entries of the SEARCH-Operation. Every call of this
|
* result entries of the SEARCH-Operation. Every call of this
|
||||||
* method returns one entry. If all entries were read it return 0.
|
* method returns one entry. If all entries were read it return 0.
|
||||||
* @throws LDAPReferralException If a Search Reference was
|
* @throws LDAPReferralException If a Search Reference was
|
||||||
|
Loading…
Reference in New Issue
Block a user