Don't reque for console immediately if we acquire it when dependencies
authorDavin McCall <davmac@davmac.org>
Fri, 1 Jan 2016 14:58:51 +0000 (14:58 +0000)
committerDavin McCall <davmac@davmac.org>
Fri, 1 Jan 2016 14:58:51 +0000 (14:58 +0000)
commita684b0b7261e20abddafb92962add105ec3e8793
treeb0c7ce550cb9f7d4315b60c7a1009a77b0ef3402
parent01ffea0df89854854e18e4d7b0374c64269d8cef
Don't reque for console immediately if we acquire it when dependencies
haven't started.

The theory was that we could append to the end of the queue. In practice,
though, we might be the only service in the queue, in which case
we'll immediately acquire the console if we queue for it and so go
into infinite recursion.
service.cc