FIX: applied patch to allow nodelist a proper creation

Contact:	Toni Harbaugh-Blackford



git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@84 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
josh 2007-02-14 19:53:30 +00:00
parent d9ff436021
commit c4e34d22dd

View File

@ -1785,7 +1785,7 @@ int MJobSelectMNL(
nindex = TotalAvailINC; /* HACK */
NodeList = (mnalloc_t *)MNodeList[0];
NodeList = (mnalloc_t *)tmpMNL[0];
for (jindex = 0;PreempteeJobList[jindex] != NULL;jindex++)
{