Changeset 27161 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Mar 3, 2010, 1:56:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r27083 r27161 1722 1722 nebServerFree(server); 1723 1723 1724 // Check to ensure it's there. Never create, because Nebulous has done that for us.1725 if (!checkPath(path, false, trunc)) {1724 // Check to ensure it's there. Will create the file if Nebulous failed to do so. 1725 if (!checkPath(path, create, trunc)) { 1726 1726 psError(psErrorCodeLast(), false, "Cannot find file %s", path); 1727 1727 psFree(path);
Note:
See TracChangeset
for help on using the changeset viewer.
