Minor cleanup to rpmfsNew()
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 6 May 2010 11:51:48 +0000 (14:51 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 6 May 2010 12:09:39 +0000 (15:09 +0300)
commit63dcd3d4973906eccd76129d194fabea34faece9
treeb6775e81e74a242b97d75abfbb0d5128c97934ff
parent118fba22950c35ef296c93b992746c9137a67f23
Minor cleanup to rpmfsNew()
- use xcalloc() to ensure clean state, no need to manually do it all
- group non-conditional and conditional operations together
lib/rpmfs.c