From e1f040070eecc626169acc9d75606a32130570d3 Mon Sep 17 00:00:00 2001 From: sakolish Date: Mon, 19 Nov 2007 16:39:33 +0000 Subject: [PATCH] Changd "mgt" in "ppc" table to "parent" git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@58 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/PPCdb.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/PPCdb.pm b/perl-xCAT-2.0/xCAT/PPCdb.pm index b563a322a..443a299cf 100644 --- a/perl-xCAT-2.0/xCAT/PPCdb.pm +++ b/perl-xCAT-2.0/xCAT/PPCdb.pm @@ -36,7 +36,7 @@ sub add_ppc { $serial, $server, $profile, - $mgt, + $parent, $ips ) = split /,/; @@ -49,7 +49,7 @@ sub add_ppc { $u->{hcp} = $server; $u->{id} = $id; $u->{profile} = $profile; - $u->{mgt} = $mgt; + $u->{parent} = $parent; $db{ppc}->setAttribs( $k, $u ); $db{ppc}{commit} = 1; @@ -176,3 +176,4 @@ sub credentials { 1; +