-Fix problem where 'nextdestiny' did not update tftp file

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2405 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-10-28 18:04:11 +00:00
parent 2eee137de2
commit b1e7b11829

View File

@ -37,7 +37,7 @@ sub process_request {
getdestiny(0);
}
if ($request->{command}->[0] eq 'nextdestiny') {
nextdestiny(0); #it is called within dodestiny
nextdestiny(0,1); #it is called within dodestiny
}
if ($request->{command}->[0] eq 'setdestiny') {
setdestiny($request, 0);