Fix unitialized variable in coverage_log()
authorJustin Pettit <jpettit@nicira.com>
Tue, 14 Jul 2009 07:25:44 +0000 (00:25 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 14 Jul 2009 07:25:44 +0000 (00:25 -0700)
commite775da1437a9532765046baffdbc22d5252c0cc7
tree3ec9edd1adceda169b21bc376da20dc1b6988ea6
parent923229363a32a793b7198819d141477b8522cf86
Fix unitialized variable in coverage_log()

When providing the ability to force coverage printouts to occur, some
code was moved around that allowed the "hash" variable to be used
unitialized.  This fixes that.

Thanks to Ben for pointing out the problem.

Bug #1577
lib/coverage.c