IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2006, 3:05:04 PM (20 years ago)
Author:
Paul Price
Message:

Updating to use psModules head --- pmConfigRead changed, and pmConfigDB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtables.c

    r6978 r7027  
    6060    fgets (line, 128, stdin);
    6161    sscanf (line, "%s", answer);
    62              
     62
    6363    {
    6464        bool status;
    65         psString dbPassword = psMetadataLookupStr(&status, config->site, "DBPASSWORD");
     65        psString dbPassword = psMetadataLookupStr(&status, config->modules->site, "DBPASSWORD");
    6666        if (strcmp (answer, dbPassword)) goto escape;
    6767        psFree(dbPassword);
Note: See TracChangeset for help on using the changeset viewer.