summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-05-15 18:04:04 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-05-15 18:04:04 -0700
commit05a281a3f88ec2800f6fda660c0ccdf8257468c1 (patch)
tree1cfc2d3c7da478cc10f298fc08f4e152984b7853 /common
parent8b1639b96b34c6867842fd0ad19203cf50a1c9d5 (diff)
downloadxrdp-proprietary-05a281a3f88ec2800f6fda660c0ccdf8257468c1.tar.gz
xrdp-proprietary-05a281a3f88ec2800f6fda660c0ccdf8257468c1.zip
common: trans UDS rights change
Diffstat (limited to 'common')
-rw-r--r--common/trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/trans.c b/common/trans.c
index ec0b082b..6fd5a9d8 100644
--- a/common/trans.c
+++ b/common/trans.c
@@ -574,7 +574,7 @@ trans_listen_address(struct trans *self, char *port, const char *address)
if (g_tcp_listen(self->sck) == 0)
{
- g_chmod_hex(port, 0xffff);
+ g_chmod_hex(port, 0x0660);
self->status = TRANS_STATUS_UP; /* ok */
self->type1 = TRANS_TYPE_LISTENER; /* listener */
return 0;