summaryrefslogtreecommitdiff
path: root/os/osdep.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-09-20 13:16:59 -0400
committerAdam Jackson <ajax@redhat.com>2012-09-20 14:36:39 -0400
commitff8e3ad8074cd2c8bed49b39c40c2b4892118270 (patch)
tree6c96454a127d1b1a842d4e3a07040421f114fb5b /os/osdep.h
parent3f7bc222638d5d38324ecbc8c2c4e39af17d110e (diff)
dix: Pull client-is-local flag up to the ClientRec
Reviewed-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'os/osdep.h')
-rw-r--r--os/osdep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/osdep.h b/os/osdep.h
index 587bd0359..55db16fe9 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -162,7 +162,6 @@ typedef struct _osComm {
XID auth_id; /* authorization id */
CARD32 conn_time; /* timestamp if not established, else 0 */
struct _XtransConnInfo *trans_conn; /* transport connection object */
- Bool local_client;
} OsCommRec, *OsCommPtr;
extern int FlushClient(ClientPtr /*who */ ,