No bug - Fix a typo in LDAPDirectoryQuery. rs=me

--HG--
extra : histedit_source : 49ea44e3a4c59e3a631b9e5656f27d85c8f1d072
This commit is contained in:
Geoff Lankow 2021-06-28 10:58:32 +12:00
Родитель 7643ab3ce6
Коммит 2211115031
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -188,8 +188,8 @@ class LDAPDirectoryQuery extends LDAPListenerBase {
);
}
_onSearchFinished(status, secInfo, localtion) {
this._listener.onSearchFinished(status, false, secInfo, localtion);
_onSearchFinished(status, secInfo, location) {
this._listener.onSearchFinished(status, false, secInfo, location);
}
}