Use rpmsqFork() return code instead of semi-private struct member for pid
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 19 Apr 2011 10:08:28 +0000 (13:08 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 19 Apr 2011 10:09:53 +0000 (13:09 +0300)
commitb2abe4957871bb07e3895c5331d667d843494737
treeb0ce9b922158797ac3580ca5ba287028c2b57bed
parent6e731e283222135a25ad2b6bac6b8f02d4f2541a
Use rpmsqFork() return code instead of semi-private struct member for pid
- rpmsqFork() behaves like regular fork() in this regard so this
  just makes the code more obvious and eliminates an set-but-unused
  warning while at it.
lib/rpmscript.c