diff options
author | dscho <dscho> | 2002-08-22 10:13:48 +0000 |
---|---|---|
committer | dscho <dscho> | 2002-08-22 10:13:48 +0000 |
commit | 727b025799f7c5c37f32c4b57c892faa1e03ba72 (patch) | |
tree | b8651bb4f19e588e729df474e9bc9ed576c9512f /vncauth.c | |
parent | 598c460ceb842d0cf9df89f93642a1594f35b993 (diff) | |
download | libtdevnc-727b025799f7c5c37f32c4b57c892faa1e03ba72.tar.gz libtdevnc-727b025799f7c5c37f32c4b57c892faa1e03ba72.zip |
synchronized with tightVNC 1.2.5
Diffstat (limited to 'vncauth.c')
-rw-r--r-- | vncauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ vncEncryptAndStorePasswd(char *passwd, char *fname) /* windows security sux */ #ifndef WIN32 - chmod(fname, S_IRUSR|S_IWUSR); + fchmod(fp, S_IRUSR|S_IWUSR); #endif /* pad password with nulls */ |