Fix CID 617: te can't be NULL here (unless si is NULL in which case we've

got bigger problems) so there's no need to check for it being NULL.

svn path=/trunk/; revision=41931
This commit is contained in:
Jeff Morriss 2012-04-04 16:42:48 +00:00
parent f934bcd42c
commit 6610b449b0
1 changed files with 0 additions and 3 deletions

View File

@ -459,9 +459,6 @@ wlanstat_packet (void *phs, packet_info *pinfo, epan_dissect_t *edt _U_, const v
}
}
if(!te)
return (0);
if (te->stats.channel == 0 && si->stats.channel != 0) {
te->stats.channel = si->stats.channel;
}