From: Christophe Jaillet Date: Fri, 28 Feb 2020 06:07:26 +0000 (+0000) Subject: Remove duplicated "CookieTracking" directive in 'command_rec'. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1610 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae30ae3bfcccbe0a6c6ac64a655ce3a255e0118;p=thirdparty%2Fapache%2Fhttpd.git Remove duplicated "CookieTracking" directive in 'command_rec'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874601 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/metadata/mod_usertrack.c b/modules/metadata/mod_usertrack.c index a6ef3afe63a..8ddff6624f1 100644 --- a/modules/metadata/mod_usertrack.c +++ b/modules/metadata/mod_usertrack.c @@ -483,8 +483,6 @@ 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, - "whether or not to enable cookies"), AP_INIT_TAKE1("CookieSameSite", set_samesite_value, NULL, OR_FILEINFO, "SameSite setting"), AP_INIT_FLAG("CookieSecure", ap_set_flag_slot,