protocol/Result: move command_list_num to class Response

This commit is contained in:
Max Kellermann
2015-08-14 19:00:02 +02:00
parent c8d0f947d2
commit d053797340
6 changed files with 12 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ void
ArgParserTest::TestRange()
{
Client &client = *(Client *)nullptr;
Response r(client);
Response r(client, 0);
RangeArg range;