Changeset 7920
- Timestamp:
- Jul 17, 2006, 2:56:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r7906 r7920 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-07-1 4 20:12:20$5 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-07-18 00:56:49 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 714 714 715 715 // Read the recipe file names from the site configuration and camera configuration 716 if ( !(config->recipesRead & P_PM_RECIPE_SOURCE_SITE)) {716 if (config->site && !(config->recipesRead & P_PM_RECIPE_SOURCE_SITE)) { 717 717 if(!loadRecipes(config, config->site, P_PM_RECIPE_SOURCE_SITE, "site configuration")) { 718 718 psError(PS_ERR_IO, false, "Failed to read recipes from site config"); … … 724 724 } 725 725 } 726 if ( !(config->recipesRead & P_PM_RECIPE_SOURCE_CAMERA)) {726 if (config->camera && !(config->recipesRead & P_PM_RECIPE_SOURCE_CAMERA)) { 727 727 if (!loadRecipes(config, config->camera, P_PM_RECIPE_SOURCE_CAMERA, "camera configuration")) { 728 728 psError(PS_ERR_IO, false, "Failed to read recipes from camera config");
Note:
See TracChangeset
for help on using the changeset viewer.
