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 /sesman/libscp/libscp_v0.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 'sesman/libscp/libscp_v0.h')
-rw-r--r-- | sesman/libscp/libscp_v0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/libscp/libscp_v0.h b/sesman/libscp/libscp_v0.h index 16e49e05..21fc16cd 100644 --- a/sesman/libscp/libscp_v0.h +++ b/sesman/libscp/libscp_v0.h @@ -61,7 +61,7 @@ scp_v0s_accept(struct SCP_CONNECTION* c, struct SCP_SESSION** s, int skipVchk); * */ enum SCP_SERVER_STATES_E -scp_v0s_allow_connection(struct SCP_CONNECTION* c, SCP_DISPLAY d); +scp_v0s_allow_connection(struct SCP_CONNECTION* c, SCP_DISPLAY d, const tui8 *guid); /** * |