Changeset 1875

Show
Ignore:
Timestamp:
07/09/07 23:04:22 (18 months ago)
Author:
aturner
Message:

fix error w/ processing BPF filters. fixes #182

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/xX.c

    r1846 r1875  
    7878        str = str + 2; 
    7979        out = xXBPF; 
    80         bpf->filter = str; 
     80        bpf->filter = safe_strdup(str); 
    8181        /*  
    8282         * note: it's temping to compile the BPF here, but we don't