freebsd-dev/contrib/bsnmp/gensnmptree
Enji Cooper 1422b66c64 Simplify always evaluated branch (e != NULL)
- xalloc(..) ensures that e will be non-null via malloc + err.
- `e` is already dereferenced above, so logically it's impossible
  to hit the lower test without crashing if it was indeed NULL.

MFC after: 3 days
CID: 1007408
Reported by: Coverity
Sponsored by: EMC / Isilon Storage Division
2016-04-22 05:24:15 +00:00
..
gensnmptree.1
gensnmptree.c Simplify always evaluated branch (e != NULL) 2016-04-22 05:24:15 +00:00