summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2014-12-19 09:37:41 -0500
committerRay Strode <rstrode@redhat.com>2014-12-19 09:40:27 -0500
commited45a1d0763b348bf3a3a71c9bef67dd0545a019 (patch)
tree3eec4cdf884e6561a5763a9a228fc74ca13e9266
parenta1a66ad688dfef9f0a8149b66a62006d59326090 (diff)
downloadgdm-ed45a1d0763b348bf3a3a71c9bef67dd0545a019.tar.gz
defaults: set default ping interval to 0
We apparently never reset the ping alarm() so a non-0 ping interval means the session will unconditionally be killed after the ping interval. For now set the ping interval to 0. https://bugzilla.gnome.org/show_bug.cgi?id=741766
-rw-r--r--data/gdm.schemas.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/gdm.schemas.in.in b/data/gdm.schemas.in.in
index 4320b716..67a0e045 100644
--- a/data/gdm.schemas.in.in
+++ b/data/gdm.schemas.in.in
@@ -117,7 +117,7 @@
<schema>
<key>xdmcp/PingIntervalSeconds</key>
<signature>i</signature>
- <default>60</default>
+ <default>0</default>
</schema>
<schema>
<key>xdmcp/Willing</key>