- Timestamp:
- 10/26/10 16:53:14 (12 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/renetcol.c
r121 r125 86 86 static struct sockaddr_in name2; 87 87 static struct sockaddr_in fromName; 88 char *log = "renetcol"; 88 89 #ifdef READFROMFILE 89 90 char *myPcapFileName, errBuffer[PCAP_ERRBUF_SIZE]; … … 133 134 #endif 134 135 135 openlog(argv[0], LOG_PID, LOG_USER); 136 /* openlog(argv[0], LOG_PID, LOG_USER);*/ 137 openlog(log, NULL, LOG_LOCAL7); 136 138 137 139 initCache();