Squelch Coverity warnings CID 1348057 and 1348058.
authorGuy Harris <guy@alum.mit.edu>
Wed, 20 Jan 2016 20:36:54 +0000 (12:36 -0800)
committerGuy Harris <guy@alum.mit.edu>
Wed, 20 Jan 2016 20:37:28 +0000 (20:37 +0000)
commitdced679fcc625da2bd0a1a342e052986026424d3
treecee519a66658268c7a1b6f2a0820a6d064167e05
parenta2b1f3998cb138587dd4e8b19f6e7c41f9563b8a
Squelch Coverity warnings CID 1348057 and 1348058.

No need to use FI_SET_FLAG() in proto_tree_add_item_ret_{u}int() - by
the time we call it, we already know that new_fi is non-null, so we
don't need a wrapper that checks for it being null.

Change-Id: Id00418e73c2ede97388a01eb12c8c94743291853
Reviewed-on: https://code.wireshark.org/review/13460
Reviewed-by: Guy Harris <guy@alum.mit.edu>
epan/proto.c