From 384ebe02b354bf1ad0a2ac25e4b5290f2e795ea1 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Fri, 13 Jun 2008 21:49:01 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20"warning:=20label=20=E2=80=98done?= =?UTF-8?q?=E2=80=99=20defined=20but=20not=20used".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- os/connection.c | 2 ++ 1 file changed, 2 insertions(+) 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