From b1e7b11829e58bda3b185e3f85846b1ee9f92a5a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 28 Oct 2008 18:04:11 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/destiny.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/destiny.pm b/xCAT-server/lib/xcat/plugins/destiny.pm index a138a8dbe..f65cc470e 100644 --- a/xCAT-server/lib/xcat/plugins/destiny.pm +++ b/xCAT-server/lib/xcat/plugins/destiny.pm @@ -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);