Refactor: daemons: Unindent the goagain block in action_complete.
If goagain is not set, just bail to the end of the function. Having
done that, everything that was in the previous block can be unindented.
I think this is a little more legible. No other code changes.