patch-x10state_c 540 B

123456789101112
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- heyu-2.6.0.orig/x10state.c 2009-04-21 00:45:51.000000000 +0200
  3. +++ heyu-2.6.0/x10state.c 2009-05-29 14:17:51.812378291 +0200
  4. @@ -5601,7 +5601,7 @@ char **create_noenv_environment ( LAUNCH
  5. // launcherp = configp->launcherp;
  6. - if ( daemon == D_RELAY || (index >= 0 && launcherp && launcherp->type == L_POWERFAIL) )
  7. + if ( daemon == D_RELAY || (launcherp && launcherp->type == L_POWERFAIL) )
  8. putenv("HEYU_PARENT=RELAY");
  9. else
  10. putenv("HEYU_PARENT=ENGINE");