Changeset 20345 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Oct 23, 2008, 12:40:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r20341 r20345 1625 1625 return NULL; 1626 1626 } 1627 } else if (create || trunc) {1628 // object exists and it looks like the caller intends to write to it1629 // delete all but one instance1630 if (!nebCullAllButOne(server,filename)) {1631 psError(PM_ERR_SYS, true, "failed to cull instances of existing nebulous file: %s\n%s",1632 filename, nebErr(server));1633 return NULL;1634 }1635 // we don't know which instances got culled so get the instance again1636 if (!(nebfile = nebFind(server, filename))) {1637 psError(PM_ERR_SYS, true, "failed to find instance of existing nebulous file: %s\n%s",1638 filename, nebErr(server));1639 return NULL;1640 }1641 1627 } 1642 1628
Note:
See TracChangeset
for help on using the changeset viewer.
