- Timestamp:
- 04/24/06 19:46:44 (3 years ago)
- Files:
-
- 1 modified
-
releases/openct-0.6.7/src/ct/status.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/openct-0.6.7/src/ct/status.c
r827 r844 208 208 209 209 if (! ct_format_path(status_lock_path, PATH_MAX, "status.lock")) { 210 return NULL;210 return; 211 211 } 212 212
