Skip to content

Commit

Permalink
[backend] use $$ for tmp file name in reposerver
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jul 24, 2013
1 parent 7e2fadb commit 4f3f2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_repserver
Expand Up @@ -2265,7 +2265,7 @@ sub getlastfailures {
if (defined($ll)) {
$db->{'lastline'} = Digest::MD5::md5_hex("$ll\n");
$db->{'offset'} = $llo;
BSUtil::store("$reporoot/$prpa/.:lastfailures", "$reporoot/$prpa/:lastfailures", $db);
BSUtil::store("$reporoot/$prpa/.:lastfailures$$", "$reporoot/$prpa/:lastfailures", $db);
}
my %packid = map {$_ => 1} @{$cgi->{'package'}};
%packid = %{ { %$failure, %$success} } unless %packid;
Expand Down

0 comments on commit 4f3f2b9

Please sign in to comment.