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/OtherCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/OtherCommands.cxx') diff --git a/src/command/OtherCommands.cxx b/src/command/OtherCommands.cxx index be026a56a..d9c198973 100644 --- a/src/command/OtherCommands.cxx +++ b/src/command/OtherCommands.cxx @@ -200,7 +200,7 @@ handle_lsinfo(Client &client, Request args, Response &r) } #ifdef ENABLE_DATABASE - CommandResult result = handle_lsinfo2(client, args, r); + CommandResult result = handle_lsinfo2(client, uri, r); if (result != CommandResult::OK) return result; #endif -- cgit v1.2.3