Skip to content

Commit

Permalink
give group permission also to disconnect socket
Browse files Browse the repository at this point in the history
Missed in neutrinolabs#110.
  • Loading branch information
metalefty committed Dec 18, 2020
1 parent 01d3116 commit 831868f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/rdpClientCon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,7 @@ rdpClientConInit(rdpPtr dev)
return 1;
}
g_sck_listen(dev->disconnect_sck);
g_chmod_hex(dev->disconnect_sck, 0x0660);
rdpClientConAddEnabledDevice(dev->pScreen, dev->disconnect_sck);
}

Expand Down

0 comments on commit 831868f

Please sign in to comment.