Skip to content

Commit

Permalink
[backend] fix update_project_meta() call to use $param
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe authored and adrianschroeter committed Feb 27, 2013
1 parent 3d8f92f commit e2915a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_sched
Original file line number Diff line number Diff line change
Expand Up @@ -2541,7 +2541,7 @@ sub update_project_meta {
}
eval {
# withsrcmd5 is needed for the patterns md5sum
$projpacksin = xrpc($ctx, $projid, "$BSConfig::srcserver/getprojpack", $BSXML::projpack, "project=$projid", 'nopackages', 'withrepos', 'withconfig', 'withsrcmd5', "arch=$myarch");
$projpacksin = xrpc($ctx, $projid, $param, $BSXML::projpack, "project=$projid", 'nopackages', 'withrepos', 'withconfig', 'withsrcmd5', "arch=$myarch");
};
if ($@ || !$projpacksin) {
print $@ if $@;
Expand Down

0 comments on commit e2915a8

Please sign in to comment.