This commit is contained in:
mcs%netscape.com 2002-04-18 19:01:19 +00:00
Родитель 9ddd651ec7
Коммит b841dbb77b
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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