зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1103120 - Part 20: B2G: Use OOB auth via WiFi. r=past
This commit is contained in:
Родитель
a151a7b381
Коммит
776fb57011
|
@ -185,7 +185,7 @@ let WiFiRemoteDebugger = {
|
|||
|
||||
try {
|
||||
debug("Starting WiFi debugger");
|
||||
let AuthenticatorType = DebuggerServer.Authenticators.get("PROMPT");
|
||||
let AuthenticatorType = DebuggerServer.Authenticators.get("OOB_CERT");
|
||||
let authenticator = new AuthenticatorType.Server();
|
||||
authenticator.allowConnection = RemoteDebugger.prompt;
|
||||
this._listener = DebuggerServer.createListener();
|
||||
|
|
Загрузка…
Ссылка в новой задаче