From: Ruediger Pluem Date: Tue, 25 Feb 2020 08:02:23 +0000 (+0000) Subject: * Whitespace fix X-Git-Tag: 2.5.0-alpha2-ci-test-only~1624 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4df2d95db3bf50c73434c49999e3a94e69c88071;p=thirdparty%2Fapache%2Fhttpd.git * Whitespace fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874480 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/metadata/mod_usertrack.c b/modules/metadata/mod_usertrack.c index 65759c2120e..dd9b34b100c 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"),