mod_mruby icon indicating copy to clipboard operation
mod_mruby copied to clipboard

LOG_EMERG duplicate definition

Open yyamano opened this issue 9 years ago • 1 comments

LOG_EMERG is defined twice in ap_mrb_core.c.

https://github.com/matsumoto-r/mod_mruby/blob/master/src/ap_mrb_core.c#L253 https://github.com/matsumoto-r/mod_mruby/blob/master/src/ap_mrb_core.c#L257

I just found it with code inspection, not sure if it might be a real problem.

yyamano avatar Jun 15 '16 03:06 yyamano

Ah... Thank you for your notice. It's a mistaken. Could you send PRs included these kind of mistaken if you found others?

matsumotory avatar Jun 15 '16 03:06 matsumotory