Eliminate payload archive member from fsm struct
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 17 Apr 2012 17:10:10 +0000 (20:10 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 17 Apr 2012 17:10:10 +0000 (20:10 +0300)
commit6cb8e8b2ef31cace0fe0ef0112a15aa16a427fd7
treeb616400c75765f7333cf1b7c3c0e7e760f0b88ad
parent189dec7ba940dc13caba43fa5fb151645ce77e50
Eliminate payload archive member from fsm struct

- Only install and build have an associated archive, and this can
  be just as well handled as a local variable, passing down as
  argument to the handful of places needing it.
- Error handling looks a bit fishy but that's not exactly new issue...
lib/fsm.c