Re: [tcpdump-workers] typo in pcap.c

2007-11-06 Thread Gianluca Varenni
Checked in on HEAD and the libpcap_1_0 branch. Thanks! GV - Original Message - From: "Gisle Vanem" <[EMAIL PROTECTED]> To: "tcpdump-workers" Sent: Tuesday, November 06, 2007 6:04 AM Subject: [tcpdump-workers] typo in pcap.c --- CVS-Latest/pcap.c

[tcpdump-workers] typo in pcap.c

2007-11-06 Thread Gisle Vanem
--- CVS-Latest/pcap.c Wed Oct 17 17:52:41 2007 +++ pcap.c Tue Nov 06 15:04:27 2007 @@ -789,7 +789,7 @@ int pcap_setmintocopy(pcap_t *p, int size) { - return p->setintocopy_op(p, size); + return p->setmintocopy_op(p, size); } static int --gv - This is the tcpdump-workers list.