git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@29 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
dev 2005-09-06 19:32:48 +00:00
parent c78ee20126
commit b70be2f0a5

View File

@ -1214,7 +1214,7 @@ int MAMAllocJReserve(
if (J->Cred.Q != NULL)
{
AE = NULL;
MXMLCreateE(&AE,(char *)MS3JobAttr[AM->Version][mjaQOS]);
MXMLCreateE(&AE,(char *)MS3JobAttr[AM->Version][mjaQOSReq]);
MXMLSetVal(AE,(void *)J->Cred.Q->Name,mdfString);
MXMLAddE(JE,AE);
}