Commit graph

2 commits

Author SHA1 Message Date
Alistair Riddoch
4482d8ff9b Initialize m_target - was floating before
This was causing activations which don't specify a target type to fail,
as m_target was holding a random value, and also causing debug to segfault.
Checks in tests did not pick it up, though valgrind showed those tests were
branching on uninitialised data.
2012-01-11 10:03:49 +00:00
Alistair Riddoch
8cbe82b65e Move the abstract Task factory into common
This makes it easier to make code re-usable and get rid of cross
dependencies inside server
2011-12-20 15:10:06 +00:00