command/DatabaseCommands: pass URI to handle_lsinfo2()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user