Changeset 7027 for trunk/ippTools/src/pxtables.c
- Timestamp:
- May 1, 2006, 3:05:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtables.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtables.c
r6978 r7027 60 60 fgets (line, 128, stdin); 61 61 sscanf (line, "%s", answer); 62 62 63 63 { 64 64 bool status; 65 psString dbPassword = psMetadataLookupStr(&status, config-> site, "DBPASSWORD");65 psString dbPassword = psMetadataLookupStr(&status, config->modules->site, "DBPASSWORD"); 66 66 if (strcmp (answer, dbPassword)) goto escape; 67 67 psFree(dbPassword);
Note:
See TracChangeset
for help on using the changeset viewer.
