From e48fedd6d648a22bef2fd6f2d0b2b538ba964000 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Mon, 5 Nov 2007 21:27:33 +0000 Subject: [PATCH] Fix for power after boot fail --- command.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/command.cc b/command.cc index 3dfa445..413f304 100644 --- a/command.cc +++ b/command.cc @@ -83,6 +83,8 @@ int Command::init() boxstack = BoxStack::getInstance(); remote = Remote::getInstance(); + remote->InitHWCListwithDefaults(); + if (!logger || !boxstack || !remote) { initted = 0; -- 2.39.2