Changeset 16611 for trunk/ippTools/src/pxtables.c
- Timestamp:
- Feb 22, 2008, 10:21:52 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtables.c
r16588 r16611 116 116 PS_ASSERT_PTR_NON_NULL(config, false); 117 117 118 psString dbName = psMetadataLookupStr(&status, config->modules->site, "DBNAME"); 118 // XXX use the values defined in config->dbh? 119 psString dbName = psMetadataLookupStr(&status, config->modules->complete, "DBNAME"); 119 120 120 121 fprintf (stdout, "*** delete the chip tables from database %s? ***\n", dbName); … … 136 137 { 137 138 bool status; 138 psString dbPassword = psMetadataLookupStr(&status, config->modules-> site, "DBPASSWORD");139 psString dbPassword = psMetadataLookupStr(&status, config->modules->complete, "DBPASSWORD"); 139 140 if (strcmp (answer, dbPassword)) { 140 141 psError(PS_ERR_UNKNOWN, true, "tables NOT deleleted");
Note:
See TracChangeset
for help on using the changeset viewer.
