Changeset 5270
- Timestamp:
- 02/14/08 06:19:28 (5 months ago)
- Files:
-
- trackerd/trunk/trackerd/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trackerd/trunk/trackerd/main.c
r5268 r5270 215 215 wi_log_open(); 216 216 217 /* change root directory */ 218 if(!no_chroot) { 219 if(!wi_chroot_to_root_path()) 220 wi_log_err(WI_STR("Could not change root directory: %m")); 221 } 222 217 223 /* init subsystems */ 218 224 wt_ssl_init(); 219 225 wt_clients_init(); 220 226 wt_servers_init(); 221 222 /* change root directory */223 if(!no_chroot) {224 if(!wi_chroot_to_root_path())225 wi_log_err(WI_STR("Could not change root directory: %m"));226 }227 227 228 228 /* read the config file */
