Changeset 1751

Show
Ignore:
Timestamp:
03/21/07 21:43:12 (20 months ago)
Author:
aturner
Message:

fix compile issue (copy&paste bug). refs #130

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/tcpprep.c

    • Property svn:keywords changed from Makefile to Id HeadURL Author Rev Date
    r1734 r1751  
    1 /* $Id: tcpprep.c 1621 2006-11-09 07:01:37Z aturner $ */ 
     1/* $Id$ */ 
    22 
    33/* 
     
    124124#ifdef HAVE_PCAP_SNAPSHOT_OVERRIDE 
    125125    /* libpcap >= 0.9.6 have this which handles broken RedHat libpcap files */ 
    126     pcap_snapshot_override(pin, 65535); 
     126    pcap_snapshot_override(options.pcap, 65535); 
    127127#endif 
    128128