summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_usertrack.c
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2020-02-25 09:02:23 +0100
committerRuediger Pluem <rpluem@apache.org>2020-02-25 09:02:23 +0100
commit4df2d95db3bf50c73434c49999e3a94e69c88071 (patch)
tree775343d9ff64b161a480b10ea1e87b835088e4ce /modules/metadata/mod_usertrack.c
parentmalloc -> ap_malloc (diff)
downloadapache2-4df2d95db3bf50c73434c49999e3a94e69c88071.tar.xz
apache2-4df2d95db3bf50c73434c49999e3a94e69c88071.zip
* Whitespace fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874480 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/metadata/mod_usertrack.c')
-rw-r--r--modules/metadata/mod_usertrack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/metadata/mod_usertrack.c b/modules/metadata/mod_usertrack.c
index 65759c2120..dd9b34b100 100644
--- a/modules/metadata/mod_usertrack.c
+++ b/modules/metadata/mod_usertrack.c
@@ -484,7 +484,7 @@ static const command_rec cookie_log_cmds[] = {
"whether or not to enable cookies"),
AP_INIT_TAKE1("CookieName", set_cookie_name, NULL, OR_FILEINFO,
"name of the tracking cookie"),
- AP_INIT_FLAG("CookieTracking", set_cookie_enable, NULL, OR_FILEINFO,
+ AP_INIT_FLAG("CookieTracking", set_cookie_enable, NULL, OR_FILEINFO,
"whether or not to enable cookies"),
AP_INIT_TAKE1("CookieSameSite", set_samesite_value, NULL, OR_FILEINFO,
"SameSite setting"),