summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-06-13 21:49:01 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2008-06-13 21:49:01 -0400
commit384ebe02b354bf1ad0a2ac25e4b5290f2e795ea1 (patch)
tree2e67ebe02c6de38b6b7cda24d135024f14f200c0
parent720e44f9730b9e275579483c2a34b16bba77e146 (diff)
Fix "warning: label ‘done’ defined but not used".
-rw-r--r--os/connection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/connection.c b/os/connection.c
index 38521e686..ba1604490 100644
--- a/os/connection.c
+++ b/os/connection.c
@@ -757,7 +757,9 @@ ClientAuthorized(ClientPtr client,
}
}
priv->auth_id = auth_id;
+#ifdef HAVE_LAUNCHD
done:
+#endif
priv->conn_time = 0;
#ifdef XDMCP