Code

store: Don't wrap JSON serialized LIST replies in a separate object.
authorSebastian Harl <sh@tokkee.org>
Fri, 19 Sep 2014 03:24:11 +0000 (20:24 -0700)
committerSebastian Harl <sh@tokkee.org>
Fri, 19 Sep 2014 03:24:11 +0000 (20:24 -0700)
Previously, the reply was {"hosts": [<list>]} while now it's just the list.
This way, the response format matches that of other commands which return host
lists.


No differences found