Avoid fsm->opath usage in fsmMakeLinks()
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 16 Jan 2012 12:17:35 +0000 (14:17 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 16 Jan 2012 12:17:35 +0000 (14:17 +0200)
commit35efcc2b76b1e15fa70174b921b8eef219755d77
tree044529af0dec58d20e5b7d103febc3b09073bb4a
parent0b55a38fcefae09b13065bcd821126f6220bcc45
Avoid fsm->opath usage in fsmMakeLinks()

- opath is the file that links will be made to, we grab it at the
  start and free at the end. No need to save and restore what we
  dont modify, one more fsm->opath usage down...
lib/fsm.c