Changeset 16579 for branches/eam_branch_20080219/ippTools/src/pxtables.c
- Timestamp:
- Feb 21, 2008, 3:20:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080219/ippTools/src/pxtables.c
r16542 r16579 115 115 116 116 // XXX use the values defined in config->dbh? 117 psString dbName = psMetadataLookupStr(&status, config->modules-> xxSite, "DBNAME");117 psString dbName = psMetadataLookupStr(&status, config->modules->complete, "DBNAME"); 118 118 119 119 fprintf (stdout, "*** delete the chip tables from database %s? ***\n", dbName); … … 135 135 { 136 136 bool status; 137 psString dbPassword = psMetadataLookupStr(&status, config->modules-> xxSite, "DBPASSWORD");137 psString dbPassword = psMetadataLookupStr(&status, config->modules->complete, "DBPASSWORD"); 138 138 if (strcmp (answer, dbPassword)) { 139 139 psError(PS_ERR_UNKNOWN, true, "tables NOT deleleted");
Note:
See TracChangeset
for help on using the changeset viewer.
