From 0523058a841c745d0921ba0b9b8d5ad9285f4520 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Wed, 26 Nov 2003 22:49:11 +0000 Subject: merge latest (4.3.99.16) from XFree86 (vendor) branch --- pm.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pm.c b/pm.c index 180cd3a..f5cc3d1 100644 --- a/pm.c +++ b/pm.c @@ -29,7 +29,7 @@ authorization from The Open Group. X Window System is a trademark of The Open Group. */ -/* $XFree86: xc/programs/xfwp/pm.c,v 1.8 2002/09/18 17:11:56 tsi Exp $ */ +/* $XFree86: xc/programs/xfwp/pm.c,v 1.9 2003/05/27 22:27:06 tsi Exp $ */ #include #include @@ -109,11 +109,14 @@ void FWPprocessMessages( * went through such contortions to set up earlier! */ program_data = (struct clientDataStruct *) client_data; + +#if 0 /* No-op */ /* * initial check on expected message size */ CHECK_AT_LEAST_SIZE (iceConn, global_data.major_opcode, opcode, length, SIZEOF (pmGetProxyAddrMsg), IceFatalToProtocol); +#endif IceReadCompleteMessage (iceConn, SIZEOF (pmGetProxyAddrMsg), pmGetProxyAddrMsg, pMsg, pStart); -- cgit v1.2.3