зеркало из https://github.com/mozilla/gecko-dev.git
Bug 74498: Add attribute support to SearchExt(), making it possible to limit
the search results to a set of attributes. r=dmose, sr=mscott, a=asa. Patch by leif@netscape.com.
This commit is contained in:
Родитель
e68adbb480
Коммит
e7a494b141
|
@ -919,7 +919,7 @@ nsLDAPAutoCompleteSession::StartLDAPSearch()
|
|||
//
|
||||
rv = mOperation->SearchExt(NS_ConvertUTF8toUCS2(dn).get(), scope,
|
||||
NS_ConvertUTF8toUCS2(searchFilter).get(),
|
||||
0, mMaxHits);
|
||||
0, 0, 0, mMaxHits);
|
||||
if (NS_FAILED(rv)) {
|
||||
switch(rv) {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче