From 05a281a3f88ec2800f6fda660c0ccdf8257468c1 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 15 May 2014 18:04:04 -0700 Subject: [PATCH] common: trans UDS rights change --- common/trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;