Changeset 772


Ignore:
Timestamp:
05/02/06 00:44:46 (7 years ago)
Author:
perry
Message:

Don't close the trace, if it needed closing then the pause would have closed it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_pcap.c

    r770 r772  
    239239static int pcap_fin_input(libtrace_t *libtrace)  
    240240{ 
    241         pcap_close(INPUT.pcap); 
    242241        free(libtrace->format_data); 
    243242        return 0; /* success */ 
Note: See TracChangeset for help on using the changeset viewer.