Changeset 104
- Timestamp:
- 13.12.2002 20:11:39 (6 years ago)
- Files:
-
- 1 modified
-
trunk/source/init.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/init.c
r101 r104 203 203 TestLogs(); 204 204 205 if (NULL == device ) {205 if (NULL == device && Options.ReadFromFile != NULL) { 206 206 device = xstrdup(pcap_default_device()); 207 207 }
