Actually source the httpmethod/httpport from site table

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13129 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-06-19 20:20:47 +00:00
parent 62507fbe0e
commit 45e9ac6f1e
2 changed files with 4 additions and 0 deletions

View File

@ -111,6 +111,8 @@ sub process_request
my $distname = undef;
my $arch = undef;
my $path = undef;
if ($::XCATSITEVALS{"httpmethod"}) { $httpmethod = $::XCATSITEVALS{"httpmethod"}; }
if ($::XCATSITEVALS{"httpport"}) { $httpport = $::XCATSITEVALS{"httpport"}; }
if ($request->{command}->[0] eq 'copycd')
{

View File

@ -572,6 +572,8 @@ sub process_request
my $distname = undef;
my $arch = undef;
my $path = undef;
if ($::XCATSITEVALS{"httpmethod"}) { $httpmethod = $::XCATSITEVALS{"httpmethod"}; }
if ($::XCATSITEVALS{"httpport"}) { $httpport = $::XCATSITEVALS{"httpport"}; }
if ($request->{command}->[0] eq 'copycd')
{
return copycd($request, $callback, $doreq);