diff options
Diffstat (limited to 'savefile.c')
-rw-r--r-- | savefile.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.172 2008-02-18 20:21:00 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.173 2008-04-04 19:37:45 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -1310,6 +1310,7 @@ pcap_fopen_offline(FILE *fp, char *errbuf) p->setmintocopy_op = sf_setmintocopy; #endif p->close_op = sf_close; + p->activated = 1; return (p); bad: |