Changeset 1804 for trunk/src/common/sendpacket.c
- Timestamp:
- 04/14/07 15:48:15 (21 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/sendpacket.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/sendpacket.c
r1798 r1804 285 285 sp = sendpacket_open_pcap(device, errbuf); 286 286 #endif 287 if (sp != NULL) 287 if (sp != NULL) { 288 288 sp->open = 1; 289 sp->cache_dir = direction; 289 sp->cache_dir = direction; 290 } 290 291 return sp; 291 292 }
