Ethereal-dev: [ethereal-dev] ethereal packet-nbns.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 10 May 1999 15:02:58 -0500
Update of /usr/local/cvsroot/ethereal
In directory pow.zing.org:/tmp/cvs-serv14567

Modified Files:
	packet-nbns.c 
Log Message:
EGCS 1.1's dataflow analysis (and probably that of other versions of
GCC) isn't sophisticated enough to figure out that "nbss_tree" isn't
used if "tree" is null (or doesn't trust it not to change out from under
it), so we have to initialize "nbss_tree" to NULL to squelch complaints
about it being used but uninitialized.