mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
add XXX cleanup reminder comment. a=r=(not built)
This commit is contained in:
parent
6587c751a6
commit
d0a3220c36
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user