Changeset 1875
- Timestamp:
- 07/09/07 23:04:22 (18 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/xX.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/xX.c
r1846 r1875 78 78 str = str + 2; 79 79 out = xXBPF; 80 bpf->filter = s tr;80 bpf->filter = safe_strdup(str); 81 81 /* 82 82 * note: it's temping to compile the BPF here, but we don't
