clarified comments. a=r=(not built)

This commit is contained in:
dmose%mozilla.org 2000-06-19 21:36:09 +00:00
Родитель 0b741f6d8c
Коммит 4e3e516df2
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -220,7 +220,8 @@ nsLDAPMessage::NextAttribute(char* *aAttribute)
if (lderr == LDAP_SUCCESS) {
return NS_OK;
} else {
// XXX should really propagate lderr upwards
// XXX should really propagate lderr & associated strings upwards..
// maybe need to turn LdErrno into an interface
//
return NS_ERROR_FAILURE;
}