Changeset 7027 for trunk/ippTools/src/pxadminConfig.c
- Timestamp:
- May 1, 2006, 3:05:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxadminConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxadminConfig.c
r6978 r7027 12 12 } 13 13 14 if (! pmConfigRead(&config->site, &config->camera, &config->recipe, &argc, argv, RECIPE)) { 14 config->modules = pmConfigRead(&argc, argv); 15 16 if (! config->modules) { 15 17 psErrorStackPrint(stderr, "Can't find site configuration!\n"); 16 18 exit(EXIT_FAILURE); … … 44 46 } 45 47 46 // paul's argument parsing convention requires: -key value 48 // paul's argument parsing convention requires: -key value 47 49 psMetadataAddStr(arguments, PS_LIST_TAIL, "-create", 0, 48 50 "create the P2 tables", ""); … … 75 77 76 78 // define Database handle, if used 77 config->dbh = pmConfigDB(config-> site);79 config->dbh = pmConfigDB(config->modules); 78 80 return config; 79 } 81 } 80 82 81 83 /*
Note:
See TracChangeset
for help on using the changeset viewer.
