Eliminate fluff from PSM_INIT
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 11 Jan 2012 08:47:28 +0000 (10:47 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 11 Jan 2012 10:15:38 +0000 (12:15 +0200)
commit9d6450bc5a647b1fb809e21098cdc26b2aee7d52
treeb9fe07a297de84d8f8c26fbca2119a7cc485047b
parent23ff06720d3277e16f36c7cf86e69bf727cd84ec
Eliminate fluff from PSM_INIT

- rpmpsmStage() runs with RPMRC_OK as assumed result, no need to
  set explicitly here.
- Dont bother testing for justdb flag here. The justdb case doesn't
  need fi->apath but it doesn't exactly hurt either, and we'll want
  to eliminate the apath kludge sooner or later anyway.
lib/psm.c