Unconditionally scan at start
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Fri, 28 Sep 2012 16:53:31 +0000 (09:53 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Fri, 28 Sep 2012 16:53:31 +0000 (09:53 -0700)
commitff07c52f47c0e9ba21283da1e85bf9677858f036
tree9ff09f0cd4162522aab0a5cb6151bae9dcd05512
parent40ac7b1dd6474373ceb742a5b754f6e95ec69151
Unconditionally scan at start

Originally there was an unconditional scan on start up followed by an
exit if in test mode.  With the changes I started for making things
more event driven, I moved that initial scan to an 'if test mode, scan
then exit' block.  We do actually want to always scan on start to get
existing reports processed promptly.

Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
src/corewatcher.c