nettrace_3gpp_32_423: Fix Dead Store (Dead assignement/Dead increment) Warning found...
[metze/wireshark/wip.git] / wiretap / nettrace_3gpp_32_423.c
index 533d79379b3d88736f8de517b8407767e78e0d9c..2cfd3b1f0a14565187751adff351f51280bd3cc1 100644 (file)
@@ -1114,15 +1114,8 @@ create_temp_pcapng_file(wtap *wth, int *err, gchar **err_info, nettrace_3gpp_32_
                        curr_pos = strstr(curr_pos, "address == ");
                        if ((curr_pos) && (curr_pos < next_pos)) {
                                curr_pos += 11;
-                               curr_pos = nettrace_parse_address(curr_pos, next_pos, FALSE/*DST */, &exported_pdu_info);
+                               nettrace_parse_address(curr_pos, next_pos, FALSE/*DST */, &exported_pdu_info);
                        }
-                       else {
-                               /* address not found */
-                               curr_pos = next_pos;
-                       }
-               } else {
-                       /* "<target>" not found */
-                       curr_pos = prev_pos;
                }
 
                /* Do we have a raw msg?) */