Added strdup in log_manager call

This commit is contained in:
Massimiliano Pinto 2013-07-01 17:59:10 +02:00
parent 5408ec1a93
commit 6b8ab60628

View File

@ -78,7 +78,7 @@ ModuleInit()
#if defined(SS_DEBUG)
skygw_log_write(NULL,
LOGFILE_MESSAGE,
"Initial MySQL Backend Protcol module.");
strdup("Initial MySQL Backend Protcol module."));
#endif
fprintf(stderr, "Initial MySQL Backend Protcol module.\n");
}