mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 14:53:24 +02:00
No need for VNC "fingerprint" anymore.
This commit is contained in:
@@ -7,7 +7,6 @@ var debug = require('debug')('vnc:connection')
|
||||
var Promise = require('bluebird')
|
||||
|
||||
var PixelFormat = require('./pixelformat')
|
||||
var vncauth = require('../../../../../util/vncauth')
|
||||
|
||||
function VncConnection(conn, options) {
|
||||
this.options = options
|
||||
@@ -315,7 +314,6 @@ VncConnection.prototype._unguardedRead = function() {
|
||||
if ((chunk = this._consume(16))) {
|
||||
this._auth(VncConnection.SECURITY_VNC, {
|
||||
response: chunk
|
||||
, fingerprint: vncauth.format(chunk)
|
||||
})
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user