Added strdup in log_manager call
This commit is contained in:
parent
5408ec1a93
commit
6b8ab60628
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user