1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-01 06:50:25 +03:00

M #-: Typo

This commit is contained in:
Ruben S. Montero 2020-06-04 11:02:39 +02:00
parent 865a86fe7b
commit 93c894e7af
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -150,7 +150,7 @@ public:
const std::string& _database,
const std::string& _encoding,
int _connections,
std::string& _compare_binary);
std::string& _compare_binary)
{
throw runtime_error("Aborting oned, MySQL support not compiled!");
};