Skip to content

Commit

Permalink
fix assign component so non-chroot component is properly created
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 14, 2013
1 parent 3e89600 commit 3c91e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfm/src/WFMSubAgent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ WFMSubAgent::start ()
}
else
{
Y2Component *my_comp = Y2ComponentBroker::createServer (my_name.c_str ());
my_comp = Y2ComponentBroker::createServer (my_name.c_str ());
}
}

Expand Down

0 comments on commit 3c91e05

Please sign in to comment.