]> git.pld-linux.org Git - packages/glom.git/blob - glom-build.patch
- updated to 1.32.0
[packages/glom.git] / glom-build.patch
1 --- glom-1.32.0/glom/glom_test_connection.cc.orig       2019-10-28 14:38:20.000000000 +0100
2 +++ glom-1.32.0/glom/glom_test_connection.cc    2019-10-31 07:57:44.519558468 +0100
3 @@ -200,7 +200,7 @@
4    {
5      //TODO: Move some of the *CentralHosted API into a multiply-inherited Server base class,
6      //to avoid the duplication?
7 -    auto derived_backend = std::make_shared<Glom::ConnectionPoolBackends::MySQLCentralHosted;
8 +    auto derived_backend = std::make_shared<Glom::ConnectionPoolBackends::MySQLCentralHosted>();
9  
10      //Use a specified port, or try all suitable ports:
11      if(group.m_arg_server_port)
This page took 0.059759 seconds and 3 git commands to generate.