Changeset 507 for trunk/src/ocatsetup.c
- Timestamp:
- 07/01/09 16:05:12 (3 years ago)
- File:
-
- 1 edited
-
trunk/src/ocatsetup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ocatsetup.c
r497 r507 61 61 #endif 62 62 {0x00, 0x00, 0x6c, 0x00, 0x00, 0x00}, // ocat_hwaddr (OnionCat MAC address) 63 PID_FILE, 63 PID_FILE, // pid_file 64 0, // create_pid_file 64 65 NULL, NULL, // logfile 66 #ifdef __CYGWIN__ 67 0, 68 #else 65 69 1, // daemon 70 #endif 66 71 { 67 72 /* … … 232 237 setup_.daemon, 233 238 t / (3600 * 24), t / 3600 % 24, t / 60 % 60, 234 strlen(setup_.version), VERSION_STRING_LEN, setup_.version,239 (int) strlen(setup_.version), VERSION_STRING_LEN, setup_.version, 235 240 setup_.sizeof_setup, 236 241 setup_.term_req
Note: See TracChangeset
for help on using the changeset viewer.
