add XXX cleanup reminder comment. a=r=(not built)

This commit is contained in:
dmose%mozilla.org 2000-08-03 22:46:42 +00:00
parent 6587c751a6
commit d0a3220c36

View File

@ -246,6 +246,7 @@ nsLDAPOperation::UrlSearch(const char *aURL, // the search URL
this->mMsgId = ldap_url_search(this->mConnectionHandle, aURL,
aAttrsOnly);
if (this->mMsgId == -1) {
// XXX
abort();
#ifdef DEBUG
char *s;