Commit 9e22a10a authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

NXdispatch.c: add FIXME

parent acbc9cd3
...@@ -540,6 +540,7 @@ Reply Total Cached Bits In Bits Out Bits/Reply Ratio ...@@ -540,6 +540,7 @@ Reply Total Cached Bits In Bits Out Bits/Reply Ratio
#if defined(DDXBEFORERESET) #if defined(DDXBEFORERESET)
ddxBeforeReset (); ddxBeforeReset ();
#endif #endif
/* FIXME: maybe move the code upto the KillAllClients() call to ddxBeforeReset? */
if ((dispatchException & DE_RESET) && if ((dispatchException & DE_RESET) &&
(serverGeneration > nxagentMaxAllowedResets)) (serverGeneration > nxagentMaxAllowedResets))
{ {
......
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