summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:11 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:11 +0000
commitfd66831167324e4242e9e0c4113bf8e8b815fa55 (patch)
treeaf15cbe9a6275065f22e23097a1d6e26dc3bd42e
parent6bca13a1a41206f9c9f79276ff9f6c4dc323db3f (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
-rw-r--r--xfindproxy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xfindproxy.c b/xfindproxy.c
index 50c3e9f..7592167 100644
--- a/xfindproxy.c
+++ b/xfindproxy.c
@@ -25,7 +25,7 @@ not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xfindproxy/xfindproxy.c,v 1.8 2001/12/14 20:01:32 dawes Exp $ */
+/* $XFree86: xc/programs/xfindproxy/xfindproxy.c,v 1.9 2003/05/27 22:27:05 tsi Exp $ */
#include <stdio.h>
@@ -371,8 +371,10 @@ PMprocessMessages(IceConn iceConn, IcePointer clientData, int opcode,
GetProxyAddrReply *reply =
(GetProxyAddrReply *) (replyWait->reply);
+#if 0 /* No-op */
CHECK_AT_LEAST_SIZE (iceConn, PMopcode, opcode,
length, SIZEOF (pmGetProxyAddrReplyMsg), IceFatalToProtocol);
+#endif
IceReadCompleteMessage (iceConn, SIZEOF (pmGetProxyAddrReplyMsg),
pmGetProxyAddrReplyMsg, pMsg, pStart);