From f1f41d2480baf8536c8d0b18fbfce62f7f77ac2e Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Fri, 18 Jun 2010 16:19:10 +0000 Subject: [PATCH] Update ASMI interface parsing for P5 systems git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6559 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCfsp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCfsp.pm b/perl-xCAT/xCAT/PPCfsp.pm index 33a52df4a..86e920d2b 100644 --- a/perl-xCAT/xCAT/PPCfsp.pm +++ b/perl-xCAT/xCAT/PPCfsp.pm @@ -1683,7 +1683,7 @@ sub get_netcfg if ( !defined( $$form )) { return( [RC_ERROR,"'Network Configuration' form not found"] ); } - } else { + } elsif ( $$form->find_input('submit', 'submit', 1) ) { my $data = $$form->click('submit'); $res = $ua->request( $data); $$form = HTML::Form->parse( $res->content, $res->base );