소스 검색

Merge pull request #543 from DvdGiessen/fix/vnc_sendpassword_auth

Fixes VNC standard auth using onPasswordRequired callback
Solly 10 년 전
부모
커밋
6a90803feb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/rfb.js

+ 1 - 0
include/rfb.js

@@ -739,6 +739,7 @@ var RFB;
                 // an RFB state change and a UI interface issue
                 this._updateState('password', "Password Required");
                 this._onPasswordRequired(this);
+                return false;
             }
 
             if (this._sock.rQwait("auth challenge", 16)) { return false; }