diff --git a/Xext/xselinux_ext.c b/Xext/xselinux_ext.c index 534d50b71..ef9eb3f60 100644 --- a/Xext/xselinux_ext.c +++ b/Xext/xselinux_ext.c @@ -627,8 +627,6 @@ SProcSELinuxDispatch(ClientPtr client) { REQUEST(xReq); - swaps(&stuff->length); - switch (stuff->data) { case X_SELinuxQueryVersion: return SProcSELinuxQueryVersion(client);