common: trans UDS rights change

This commit is contained in:
Jay Sorg 2014-05-15 18:04:04 -07:00
parent 8b1639b96b
commit 05a281a3f8

View File

@ -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;