diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-06-13 21:49:01 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-06-13 21:49:01 -0400 |
commit | 384ebe02b354bf1ad0a2ac25e4b5290f2e795ea1 (patch) | |
tree | 2e67ebe02c6de38b6b7cda24d135024f14f200c0 | |
parent | 720e44f9730b9e275579483c2a34b16bba77e146 (diff) |
Fix "warning: label ‘done’ defined but not used".
-rw-r--r-- | os/connection.c | 2 |
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 |