зеркало из https://github.com/mozilla/gecko-dev.git
Improve comments.
This commit is contained in:
Родитель
9ddd651ec7
Коммит
b841dbb77b
|
@ -381,7 +381,7 @@ struct ldap {
|
|||
void *ld_mutex_threadid[LDAP_MAX_LOCK];
|
||||
unsigned long ld_mutex_refcnt[LDAP_MAX_LOCK];
|
||||
|
||||
/* connect timeout value */
|
||||
/* connect timeout value (milliseconds) */
|
||||
int ld_connect_timeout;
|
||||
};
|
||||
|
||||
|
|
|
@ -384,7 +384,7 @@ prldap_allocate_map( LDAP *ld )
|
|||
}
|
||||
|
||||
/*
|
||||
* if none we found (map == NULL), try to allocate a new one and add it
|
||||
* if none was found (map == NULL), try to allocate a new one and add it
|
||||
* to the end of our global list.
|
||||
*/
|
||||
if ( map == NULL ) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче