Minor cleanups to rpmfcHelper()
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 27 May 2011 08:23:37 +0000 (11:23 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 27 May 2011 12:08:16 +0000 (15:08 +0300)
commit74a40e4fa9f7f45781ab5abc5a9a9a4721b5abb0
tree34ab94052a3b959147c5698a1714e965d6bfb30d
parentc5c6cdfed79033cf20c4c67ee15a531ff1a04714
Minor cleanups to rpmfcHelper()
- If runCmd() returns NULL there's no point in further processing,
  rearrange things to avoid extra work in that case. As a side-effect
  this also silences a false-positive NULL-deference warning from clang.
build/rpmfc.c