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

Fix compilation error in TestPool

This commit is contained in:
Ruben S. Montero 2010-06-03 11:50:45 +02:00
parent ad57e2b2c6
commit b4ac1ee99f

View File

@ -85,6 +85,8 @@ int TestObjectSQL::select(SqlDB *db)
int TestObjectSQL::insert(SqlDB *db)
{
ostringstream oss;
int rc;
char * sql_text;