Changeset 17264 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Apr 1, 2008, 8:39:33 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r16817 r17264 167 167 void pmConfigDone(void) 168 168 { 169 if (configPath) { 170 psFree(configPath);169 if (configPath) { 170 psFree(configPath); 171 171 } 172 172 configPath = NULL; … … 441 441 // XXX why was this being called here? Is someone calling pmConfigRead multiple times? 442 442 // pmConfigDone(); 443 assert (configPath == NULL); 444 445 // define the config-file search path (configPath). 443 assert (configPath == NULL); 444 445 // define the config-file search path (configPath). 446 446 psString path = psMetadataLookupStr(NULL, config->user, "PATH"); 447 447 pmConfigSet (path); … … 589 589 590 590 // XXX read TIME from SITE (or system?) 591 { 592 bool mdok = true;591 { 592 bool mdok = true; 593 593 594 594 // Initialise the psLib time handling 595 // XXX is this still needed / desired?595 // XXX is this still needed / desired? 596 596 psString timeName = psMetadataLookupStr(&mdok, config->complete, "TIME"); 597 597 if (mdok && timeName) … … 1510 1510 } 1511 1511 1512 return psMetadataLookupMetadata( NULL, filerules, realname);1513 } 1514 1512 return psMetadataLookupMetadata(&mdok, filerules, realname); 1513 } 1514
Note:
See TracChangeset
for help on using the changeset viewer.
