Changeset 6141 for trunk/SERVERCNTRL/servercntrl.c
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/SERVERCNTRL/servercntrl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SERVERCNTRL/servercntrl.c
r6100 r6141 189 189 if (strcmp(file, "!ASSUME_RUNNING") == 0) { 190 190 // assume pt-server is running on a host, w/o access to common network drive 191 // i.e. we cannot check for the exist ance of the database file191 // i.e. we cannot check for the existence of the database file 192 192 } 193 193 else if (GB_size_of_file(file) <= 0) {
