client: exit if no jobs were sent and client is idle
authorJens Axboe <axboe@kernel.dk>
Thu, 23 Feb 2012 19:56:12 +0000 (20:56 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 23 Feb 2012 19:56:12 +0000 (20:56 +0100)
If we invoke the client without arguments, it gets the probe
response and then waits for further response from the server.
But if no command line or job files were sent, the server
is idle. In that case, just quit.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found