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

git-svn-id: svn://10.0.0.236/trunk@75539 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org
2000-08-03 22:46:42 +00:00
parent 2766e71f0f
commit 054fa6446d

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;