On Fri, 2012-03-30 at 17:27 -0700, Austin English wrote:
- case MSIRUNMODE_REBOOTNOW:
r = package->need_reboot;
break;
MSIRUNMODE_REBOOTNOW and MSIRUNMODE_REBOOTATEND are not the same thing.
On Sat, Mar 31, 2012 at 06:00, Hans Leidekker hans@codeweavers.com wrote:
On Fri, 2012-03-30 at 17:27 -0700, Austin English wrote:
- case MSIRUNMODE_REBOOTNOW:
- r = package->need_reboot;
- break;
MSIRUNMODE_REBOOTNOW and MSIRUNMODE_REBOOTATEND are not the same thing.
It seems I misunderstood the analysis then. I'll leave it to you then :).