Bug 1103120 - Part 20: B2G: Use OOB auth via WiFi. r=past

This commit is contained in:
J. Ryan Stinnett 2015-01-26 12:47:14 -06:00
parent d075a09fbd
commit 4b1fc975ff

View File

@ -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();