Skip to content

Commit

Permalink
[backend] fix "linkdiff" for packages with missing target
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Mar 23, 2012
1 parent 795b66d commit a200360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bs_srcserver
Expand Up @@ -3997,6 +3997,7 @@ sub linkdiff {
'oproject' => $linkinfo->{'project'},
'opackage' => $linkinfo->{'package'},
'orev' => $linkinfo->{'srcmd5'},
'missingok' => $linkinfo->{'missingok'},
'rev' => $rev->{'srcmd5'},
}, $projid, $packid);
}
Expand Down

0 comments on commit a200360

Please sign in to comment.