Better fix for uninitialized variable warning. Part of bug 9452 (https://bugs.wiresh...
authorMichael Mann <mmann78@netscape.net>
Sat, 30 Nov 2013 21:00:21 +0000 (21:00 -0000)
committerMichael Mann <mmann78@netscape.net>
Sat, 30 Nov 2013 21:00:21 +0000 (21:00 -0000)
commitac9b982868be71dec3cc9a451563af64fabf675a
treef4e5a5f9ea33406eb0e4c7d7004bd5b198c42793
parentfd2f05446d0b1003e1aef42a1c7b2767b8dc9ea4
Better fix for uninitialized variable warning.  Part of bug 9452 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452)

From Peter Wu.
From me: Leave the "result" variable initialized because I'm not sure code analyzers will consider g_assert_not_reached() enough prevention from using uninitialized "result"

svn path=/trunk/; revision=53679
epan/stats_tree.c