From e02a267c432236cb2caa22e52634b36730bf3512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net> Date: Sat, 17 Nov 2018 16:22:08 +0200 Subject: [PATCH] http: rename the access "http" rather than "access" --- modules/access/http/access.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/access/http/access.c b/modules/access/http/access.c index b6d57a7837b7..bda906b47bb7 100644 --- a/modules/access/http/access.c +++ b/modules/access/http/access.c @@ -22,6 +22,9 @@ # include "config.h" #endif +#undef MODULE_STRING +#define MODULE_STRING "http" + #include <assert.h> #include <stdint.h> #include <string.h> -- GitLab