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

Removed a bug in VirtualMachine.cc

git-svn-id: http://svn.opennebula.org/one/trunk@896 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Jaime Melis 2009-10-27 15:16:19 +00:00
parent 2aea6c3324
commit 58563c9b18

View File

@ -1,4 +1,4 @@
/* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */
/* Complutense de Madrid (dsa-research.org) */
/* */
@ -877,7 +877,7 @@ int VirtualMachine::parse_attribute(VirtualMachine * vm,
YY_BUFFER_STATE str_buffer = 0;
const char * str;
int rc;
ostringstream oss_parsed("DEBUG");
ostringstream oss_parsed;
*error_msg = 0;