Fix this reference.

This commit is contained in:
Sarah Boctor 2017-10-18 14:43:36 +02:00
parent 79e7b7b47f
commit aace77bdea
1 changed files with 2 additions and 2 deletions

View File

@ -316,8 +316,8 @@ var RFB;
}
uri += '://' + this._rfb_host + ':' + this._rfb_port + '/' + this._rfb_path;
if (self._rfb_queryargs != null) {
var querystr = WebUtil.objToQueryString(self._rfb_queryargs);
if (this._rfb_queryargs != null) {
var querystr = WebUtil.objToQueryString(this._rfb_queryargs);
uri += "?" + querystr;
}
Util.Info("connecting to " + uri);