From 30b39d84b781b26a23bfd3b0d37ee026e2c94873 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 14 Apr 2008 21:06:09 +0000 Subject: Fix typoes (sigh, using both "p" and "handle" for the pcap_t pointer in different modules can lead to confusion). --- pcap-usb-linux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcap-usb-linux.c') diff --git a/pcap-usb-linux.c b/pcap-usb-linux.c index 98bc16c..f6dc705 100644 --- a/pcap-usb-linux.c +++ b/pcap-usb-linux.c @@ -34,7 +34,7 @@ */ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/pcap-usb-linux.c,v 1.23 2008-04-14 20:40:58 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/pcap-usb-linux.c,v 1.24 2008-04-14 21:06:09 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -226,7 +226,7 @@ usb_activate(pcap_t* handle) handle->fd = open(full_path, O_RDONLY, 0); if (handle->fd >= 0) { - if (p->opt.rfmon) { + if (handle->opt.rfmon) { /* * Monitor mode doesn't apply to USB devices. */ @@ -266,7 +266,7 @@ usb_activate(pcap_t* handle) handle->read_op = usb_read_linux; } - if (p->opt.rfmon) { + if (handle->opt.rfmon) { /* * Monitor mode doesn't apply to USB devices. */ -- cgit v1.2.3