From: Chris Tallon Date: Mon, 5 Nov 2007 21:27:33 +0000 (+0000) Subject: Fix for power after boot fail X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=e48fedd6d648a22bef2fd6f2d0b2b538ba964000;p=vompclient-marten.git Fix for power after boot fail --- 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;