summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2009-10-26 10:17:49 -0400
committerRay Strode <rstrode@redhat.com>2010-02-08 13:38:07 -0500
commitda3d88004af9e0fc69a70282f261df409a008eb2 (patch)
tree26361031d12c6ffdbab582f17c9a4b98e6b362f5 /daemon
parentf8750071be33ff37d08faa33fe3bfc3446d8322d (diff)
downloadgdm-da3d88004af9e0fc69a70282f261df409a008eb2.tar.gz
init session pid to -1
Diffstat (limited to 'daemon')
-rw-r--r--daemon/gdm-session-direct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/gdm-session-direct.c b/daemon/gdm-session-direct.c
index bb853930..98260d8f 100644
--- a/daemon/gdm-session-direct.c
+++ b/daemon/gdm-session-direct.c
@@ -2074,7 +2074,6 @@ gdm_session_direct_close (GdmSession *session)
g_hash_table_remove_all (impl->priv->environment);
- impl->priv->session_pid = -1;
impl->priv->is_running = FALSE;
}