Added strdup in log_manager call
This commit is contained in:
@ -78,7 +78,7 @@ ModuleInit()
|
|||||||
#if defined(SS_DEBUG)
|
#if defined(SS_DEBUG)
|
||||||
skygw_log_write(NULL,
|
skygw_log_write(NULL,
|
||||||
LOGFILE_MESSAGE,
|
LOGFILE_MESSAGE,
|
||||||
"Initial MySQL Backend Protcol module.");
|
strdup("Initial MySQL Backend Protcol module."));
|
||||||
#endif
|
#endif
|
||||||
fprintf(stderr, "Initial MySQL Backend Protcol module.\n");
|
fprintf(stderr, "Initial MySQL Backend Protcol module.\n");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user