Commit 2b9a6ddc authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

NXdispatch.c: cleanup ProcCloseFont()

minimize differences to dix/dispatch.c
parent 51e60ada
...@@ -807,7 +807,7 @@ ProcCloseFont(register ClientPtr client) ...@@ -807,7 +807,7 @@ ProcCloseFont(register ClientPtr client)
REQUEST_SIZE_MATCH(xResourceReq); REQUEST_SIZE_MATCH(xResourceReq);
pFont = (FontPtr)SecurityLookupIDByType(client, stuff->id, RT_FONT, pFont = (FontPtr)SecurityLookupIDByType(client, stuff->id, RT_FONT,
DixDestroyAccess); DixDestroyAccess);
if (pFont != (FontPtr)NULL) if ( pFont != (FontPtr)NULL) /* id was valid */
{ {
#ifdef NXAGENT_SERVER #ifdef NXAGENT_SERVER
......
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