1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

Bug #3630: Fix syntax error when mysql support is not compiled

This commit is contained in:
Carlos Martín 2015-02-24 18:03:14 +01:00
parent bfaf8da52a
commit 760a829c9a

View File

@ -157,7 +157,7 @@ public:
void free_str(char * str){};
bool multiple_values_support(){return true};
bool multiple_values_support(){return true;};
};
#endif