Reset return values to zero + NULL's on not found in hash GetEntry()
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Nov 2008 10:03:54 +0000 (12:03 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Nov 2008 10:11:27 +0000 (12:11 +0200)
commit6404a00063bb3865f2332990fc88b90107d41306
treeae0aab5794cd63f72fb51f441cc8757dd907a05a
parent844cec311f3690b51033dd25d10d9ade22e2e7f2
Reset return values to zero + NULL's on not found in hash GetEntry()
- avoids having to separately check for return value in some cases and
  accidents from not resetting the values in caller
- in line with headerGet() behavior
lib/rpmhash.C