Hi

I have already posted,
http://www.gossamer-threads.com/lists/linuxha/dev/43863

But it stops. If you have the machine with IPMI interface, could you
test my patch?

Regards
MATSUDA, Daiki

2008/1/2, Chun Tian (binghe) <[EMAIL PROTECTED]>:
> Hi, Linux-HA Developers
>
> I found a little coding bug in lib/plugins/stonith/ipmilan.c which cause
>  compiling failed when --enable-ipmilan, as in attach.
>
> diff -r 7cea5a8c5c0e lib/plugins/stonith/ipmilan.c
> --- a/lib/plugins/stonith/ipmilan.c     Fri Dec 21 23:13:06 2007 -0700
> +++ b/lib/plugins/stonith/ipmilan.c     Wed Jan 02 16:34:51 2008 +0800
> @@ -435,6 +435,7 @@ ipmilan_set_config(StonithPlugin* s, Sto
>                 LOG(PIL_CRIT, "ipmilan priv value is NULL.  See "
>                 "README.ipmilan for allowed values");
>                 return S_OOPS;
> +       }
>         if (strcmp(namestocopy[4].s_value, "operator") == 0) {
>                 tmp->privilege = 3;
>                 }
>
> Thanks.
>
> Chun TIAN (binghe)
>
>
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>
>
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to