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