diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-03-28 01:21:00 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-03-28 01:21:00 +0000 |
commit | 7deaaa797cf8e7ca71e9b34fa6f413d1ed2b3dab (patch) | |
tree | 68207e778570383e7f4ace7d1ff8cea27bb67ce1 /os/connection.c | |
parent | 7342dbe4b2108827eaf30993ceeecbd828da2290 (diff) |
Big old pile of warning fixes.
Diffstat (limited to 'os/connection.c')
-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 5b1932840..8a7eb872a 100644 --- a/os/connection.c +++ b/os/connection.c @@ -654,8 +654,10 @@ ClientAuthorized(ClientPtr client, XID auth_id; char *reason = NULL; XtransConnInfo trans_conn; +#ifdef LBX int restore_trans_conn = 0; ClientPtr lbxpc = NULL; +#endif priv = (OsCommPtr)client->osPrivate; trans_conn = priv->trans_conn; |