зеркало из https://github.com/mozilla/pjs.git
Fix for bug # 143161. Autocompletion does not work with ldap server with multibyte basedn.
r=dmose, sr=sspitzer
This commit is contained in:
Родитель
a411e40d2a
Коммит
998c00e8ad
|
@ -877,8 +877,8 @@ function setupLdapAutocompleteSession()
|
|||
Components.interfaces.nsILDAPURL);
|
||||
|
||||
try {
|
||||
serverURL.spec = sPrefs.getCharPref(autocompleteDirectory +
|
||||
".uri");
|
||||
serverURL.spec = sPrefs.getComplexValue(autocompleteDirectory +".uri",
|
||||
Components.interfaces.nsISupportsWString).data;
|
||||
} catch (ex) {
|
||||
dump("ERROR: " + ex + "\n");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче