Commit f729ac99 authored by Ulrich Sibiller's avatar Ulrich Sibiller

rrdispatch.c: remove obsolete ifdef

parent 427ac344
...@@ -64,11 +64,7 @@ ProcRRQueryVersion(ClientPtr client) ...@@ -64,11 +64,7 @@ ProcRRQueryVersion(ClientPtr client)
swapl(&rep.majorVersion); swapl(&rep.majorVersion);
swapl(&rep.minorVersion); swapl(&rep.minorVersion);
} }
#ifndef NXAGENT_SERVER
WriteToClient(client, sizeof(xRRQueryVersionReply), &rep);
#else
WriteToClient(client, sizeof(xRRQueryVersionReply), &rep); WriteToClient(client, sizeof(xRRQueryVersionReply), &rep);
#endif
return Success; return Success;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment