Skip to content

Commit

Permalink
[backend] ask correct server for preinstallimageinfos
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Sep 9, 2013
1 parent bcae365 commit 2c5340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_worker
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ sub getpreinstallimage {
my $serverimages;
eval {
$serverimages = BSRPC::rpc({
'uri' => "$buildinfo->{'reposerver'}/getpreinstallimageinfos",
'uri' => "$server/getpreinstallimageinfos",
'request' => 'POST',
'data' => $match,
'headers' => [ 'Content-Type: application/octet-stream' ],
Expand Down

0 comments on commit 2c5340a

Please sign in to comment.