clarified comments. a=r=(not built)

git-svn-id: svn://10.0.0.236/trunk@72548 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org
2000-06-19 21:36:09 +00:00
parent 9fc87bbe32
commit 2ada2e1670

View File

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