config: move to block/wakeup handler

This commit is contained in:
Daniel Stone
2006-11-27 22:22:53 +02:00
committed by Daniel Stone
parent 99378b58db
commit 2f0a800ffd
2 changed files with 65 additions and 50 deletions

View File

@@ -426,9 +426,6 @@ Dispatch(void)
nready = WaitForSomething(clientReady);
/* this is an enormous hack and NEEDS TO GO AWAY. */
configDispatch();
#ifdef SMART_SCHEDULE
if (nready && !SmartScheduleDisable)
{