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