]> The Tcpdump Group git mirrors - libpcap/commitdiff
Get rid of empty statement.
authorguy <guy>
Sat, 15 Mar 2008 04:15:46 +0000 (04:15 +0000)
committerguy <guy>
Sat, 15 Mar 2008 04:15:46 +0000 (04:15 +0000)
pcap-libdlpi.c

index 17a4892534b11c89e9fb3e6214a99f0febd7cd83..aeb94be4dd7b1fc8c8ca65202fbae8c7f0d4e553 100644 (file)
@@ -26,7 +26,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
 
 #ifndef lint
 static const char rcsid[] _U_ =
-       "@(#) $Header: /tcpdump/master/libpcap/pcap-libdlpi.c,v 1.1.2.1 2008-03-13 18:17:17 guy Exp $ (LBL)";
+       "@(#) $Header: /tcpdump/master/libpcap/pcap-libdlpi.c,v 1.1.2.2 2008-03-15 04:15:46 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -112,7 +112,6 @@ pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
        }
        memset(p, 0, sizeof(*p));
        p->fd = -1;     /* indicate that it hasn't been opened yet */
        }
        memset(p, 0, sizeof(*p));
        p->fd = -1;     /* indicate that it hasn't been opened yet */
-       p->dlpi_hd;
        p->send_fd = -1;
 
        /*
        p->send_fd = -1;
 
        /*