Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang

svn path=/trunk/; revision=45681
This commit is contained in:
Alexis La Goutte 2012-10-21 14:53:20 +00:00
parent 523417a5ca
commit 2ce9037866
1 changed files with 0 additions and 1 deletions

View File

@ -1856,7 +1856,6 @@ dissect_esp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
*/
if(!g_esp_enable_encryption_decode && g_esp_enable_authentication_check && sad_is_present)
{
sad_is_present = FALSE;
call_dissector(data_handle,
tvb_new_subset(tvb, sizeof(struct newesp), len - sizeof(struct newesp) - esp_auth_len, -1),
pinfo, esp_tree);