diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2016-12-03 23:12:48 -0800 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2016-12-03 23:12:48 -0800 |
| commit | 57905d71ada103ae397e441e2c14b6f64c365a69 (patch) | |
| tree | 629afdc3d8280a8b3d82e549a7357f64f098f00c /vnc/vnc.h | |
| parent | 42d370fcddcbf131618b2a9b741203952a3242db (diff) | |
| download | xrdp-proprietary-57905d71ada103ae397e441e2c14b6f64c365a69.tar.gz xrdp-proprietary-57905d71ada103ae397e441e2c14b6f64c365a69.zip | |
vnc: change password file to use guid hash
Diffstat (limited to 'vnc/vnc.h')
| -rw-r--r-- | vnc/vnc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -114,4 +114,6 @@ struct vnc struct stream *clip_data_s; int delay_ms; struct trans *trans; + int got_guid; + tui8 guid[16]; }; |
