From 76f85e6f7bea6f286389caf96835f2cd61d0961b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 20 Oct 2015 12:07:18 +0200 Subject: command/DatabaseCommands: pass URI to handle_lsinfo2() --- src/command/DatabaseCommands.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/DatabaseCommands.hxx') diff --git a/src/command/DatabaseCommands.hxx b/src/command/DatabaseCommands.hxx index 42dc75c71..660e147db 100644 --- a/src/command/DatabaseCommands.hxx +++ b/src/command/DatabaseCommands.hxx @@ -30,7 +30,7 @@ CommandResult handle_listfiles_db(Client &client, Response &r, const char *uri); CommandResult -handle_lsinfo2(Client &client, Request request, Response &response); +handle_lsinfo2(Client &client, const char *uri, Response &response); CommandResult handle_find(Client &client, Request request, Response &response); -- cgit v1.2.3