1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-02 10:50:07 +03:00

feature #206: initialize error string pointer

This commit is contained in:
Ruben S. Montero 2010-04-03 18:47:38 +02:00
parent ed3994ab75
commit 9b9fa8b196

View File

@ -97,7 +97,7 @@ public:
int counter = 0;
char * err_msg;
char * err_msg = 0;
char ** ptr = (log==0) ? 0 : &err_msg;
int (*callback)(void*,int,char**,char**);