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:
parent
bfaf8da52a
commit
760a829c9a
@ -157,7 +157,7 @@ public:
|
||||
|
||||
void free_str(char * str){};
|
||||
|
||||
bool multiple_values_support(){return true};
|
||||
bool multiple_values_support(){return true;};
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user