Hi Eduardo, I found some type mismatch in the logger plugin.
In file logger.c, when getting value of AccessLog / ErrorLog from LOGGER section, the* *return file name is assigned to a mk_config_entry structure access_entry / error_entry. And after a new log_target instance is created, its file_access / file_error field is filled with (char *) access_entry / error_entry. This patch should fix them. Best Regards, swpd
0002-Logger-fix-type-mismatch.patch
Description: Binary data
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
