mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
No need for VNC "fingerprint" anymore.
This commit is contained in:
parent
5216eac5ce
commit
d55ce41214
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue