summaryrefslogtreecommitdiff
path: root/xfce4-session/sm-layer.c
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-session/sm-layer.c')
-rw-r--r--xfce4-session/sm-layer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce4-session/sm-layer.c b/xfce4-session/sm-layer.c
index 6677739b..ab0f49a8 100644
--- a/xfce4-session/sm-layer.c
+++ b/xfce4-session/sm-layer.c
@@ -105,7 +105,7 @@ sm_init (XfconfChannel *channel,
char *network_idlist;
char error[2048];
- if (disable_tcp || !xfconf_channel_get_bool (channel, "/security/EnableTcp", TRUE))
+ if (disable_tcp || !xfconf_channel_get_bool (channel, "/security/EnableTcp", FALSE))
{
#ifdef HAVE__ICETRANSNOLISTEN
extern void _IceTransNoListen (char *protocol);